• 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
msc3000 Avatar
Name:Unknown
Clan:Unknown
Member Since:Nov 2023
Last Seen:Jan 2025
Profiles:
    Following:0
    Followers:1
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (41)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • mohammadlotfia
      • commented on "Welcome!" python solution
      • 7 months ago

      It's easy with regex. Plus, I don't think this is Kyu 8. The author thought of what?
      17 if else statements? lol
      He/She should've put it as a dict...

    • Custom User Avatar
      • AntonioG08
      • commented on "FIXME: Replace all dots" python solution
      • 8 months ago

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

    • Custom User Avatar
      • APDevice
      • commented on "FIXME: Replace all dots" python solution
      • 8 months ago

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

    • Custom User Avatar
      • Cheecheed
      • commented on "Beginner Series #3 Sum of Numbers" python solution
      • 13 months ago

      One liners aren't common practice in production. Hard to read, prone to bugs. You really don't need a for loop here as you mainly need to specify the larger of the two numbers (math is weird I know) and run the SUM for the numbers in the RANGE.

    • Custom User Avatar
      • Owen96
      • commented on "Return Two Highest Values in List" python solution
      • 15 months ago

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

    • Custom User Avatar
      • msc3000
      • commented on "Largest 5 digit number in a series" python solution
      • 16 months ago

      Almost the same solution as me. But I wonder why this doesn't get an error "list index out of range", when i+5 are > len(digits). Can someone explain please?

    • Custom User Avatar
      • msc3000
      • commented on "Maximum Multiple" python solution
      • 16 months ago

      highly inefficient

    • Custom User Avatar
      • msc3000
      • commented on "Leap Years" python solution
      • 16 months ago

      cheater ;-)

    • Custom User Avatar
      • msc3000
      • commented on "Remove anchor from URL" python solution
      • 16 months ago

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

    • Custom User Avatar
      • msc3000
      • commented on "Sort array by string length" python solution
      • 16 months ago

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

    • Custom User Avatar
      • msc3000
      • commented on "Anagram Detection" python solution
      • 16 months ago

      Well since we are talking about words/sentences, they can be only so long, so I don't see why performance would play a huge part in this code. At least for the test cases both solutions are almost equal (sorted even being a bit faster).

    • Custom User Avatar
      • msc3000
      • commented on "Find the divisors! " python solution
      • 16 months ago

      True but you have to use floor division in that case, otherwise you will get an error for range doesn't work with floats

    • Custom User Avatar
      • msc3000
      • commented on "Odd or Even?" python solution
      • 16 months ago

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

    • Custom User Avatar
      • msc3000
      • commented on "Reverse words" python solution
      • 16 months ago

      If you split for example "a__b" (double space instead of underscores) into a list, it will result in ["a", "", "b"].
      When you join it later, there will be one space between "a" and the empty string "" - and another space between the empty string and "b". Therefore you end up keeping the double space like in the original string.

    • Custom User Avatar
      • msc3000
      • commented on "Reverse words" python solution
      • 16 months ago

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

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...