• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
Fbasham Avatar
Name:Unknown
Clan:Unknown
Member Since:Feb 2019
Last Seen:May 2025
Profiles:
Following:0
Followers:46
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (2709)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Iamaradia
    • commented on "Greet Me" python solution
    • 6 days ago

    How is this better then capitalize?

  • Custom User Avatar
    • dolamroth
    • created an issue for "Polar Form" kata
    • 6 days ago

    Do not use rounding or formatting floating point numbers to string with fixed precision, this is a bad practice

    Use assert_approx_equals

    https://docs.codewars.com/authoring/recipes/floating-point#do-not-use-rounding-or-stringification-to-work-around-problems-with-precision

  • Custom User Avatar
    • Fbasham
    • created an issue for "Polar Form" kata
    • 6 days ago

    from random tests:

    polar_form(31531-494i) = > '31534.8695e^(6.2675*i)' should equal '31534.8695e^(3.1259*i)'

  • Custom User Avatar
    • Aza_rt
    • resolved an issue on "Polar Form" kata
    • 6 days ago

    Fixed.

  • Custom User Avatar
    • Fbasham
    • created an issue for "Polar Form" kata
    • 6 days ago

    polar_form(4+3i) = > '5e^(0.6435*i)' should equal '5e^(0.9273*i)'

    This is incorrect, as are many of the tests.
    5e^(0.6435*i) => 4+3i
    5e^(0.9273*i) => 3+4i

  • Custom User Avatar
    • Krokod
    • commented on "Group-by and Sum" kata
    • 6 days ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • danganminh
    • commented on "Group-by and Sum" kata
    • 6 days ago

    NICEEEEEEEEEEEE

  • Custom User Avatar
    • Fbasham
    • resolved a suggestion on "Group-by and Sum" kata
    • 7 days ago

    Approved. Thanks for contributing.

  • Custom User Avatar
    • tobeannouncd
    • created a suggestion for "Group-by and Sum" kata
    • 7 days ago

    Haskell translation

  • Custom User Avatar
    • anter69
    • commented on "[Code Golf] Dreidel dreidel" python solution
    • 15 days ago

    Nice approach, and can be made a lot shorter --> 91 bytes

  • Custom User Avatar
    • PetitLu117
    • created an issue for "Advanced Password Verification" kata
    • 26 days ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • Fbasham
    • commented on "Advanced Password Verification" kata
    • 26 days ago

    I'm on my phone so not really looking. The error I pasted above in one of the bullet points seems to imply you're not importing the the assert function.

  • Custom User Avatar
    • euskal-herria
    • commented on "Advanced Password Verification" kata
    • 26 days ago

    how could i fix that

  • Custom User Avatar
    • Fbasham
    • commented on "Advanced Password Verification" kata
    • 26 days ago

    Okay, that's better. The sample tests still fail to run without erroring.

  • Custom User Avatar
    • euskal-herria
    • commented on "Advanced Password Verification" kata
    • 26 days ago

    Thank you for the feedback and sorry for the Kyu confusion, started playing with it and it seems like i ended up putting 1kyu instead of 5. I've made the modifications you suggested to the Kata.

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...