• 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
csimpilimpi Avatar
Name:Unknown
Clan:Unknown
Member Since:Oct 2021
Last Seen:Jun 2025
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (11)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • csimpilimpi
    • commented on "Simple Fun #132: Number Of Carries" python solution
    • 3 months ago

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

  • Custom User Avatar
    • csimpilimpi
    • commented on "Simple Fun #132: Number Of Carries" python solution
    • 3 months ago

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

  • Custom User Avatar
    • csimpilimpi
    • commented on "Christmas Present Calculator" kata
    • 3 months ago

    Unfortunately it didn't. At least not for me. Why would "you can count it as one work capacity" mean that a job can be shared between two (or more) workers?
    It took me a lot of time (really a lot) to get what you meant.

  • Custom User Avatar
    • csimpilimpi
    • commented on "Minutes to Midnight" kata
    • 3 months ago

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

  • Custom User Avatar
    • csimpilimpi
    • commented on "Pairs of Bears" kata
    • 2 years ago

    to be most precise: total number of mating BEARS. (not pairs.)

  • Custom User Avatar
    • csimpilimpi
    • commented on "Triangle number check" python solution
    • 2 years ago

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

  • Custom User Avatar
    • nunchaku-terrorist
    • commented on "Merged String Checker" kata
    • 3 years ago

    as i understood, s can be empy if both part1 and part2 are empty

  • Custom User Avatar
    • Jakub686
    • commented on "Merged String Checker" kata
    • 3 years ago

    I have same problem, even i write something like this and it does not work, if return true or false

        if(s=="" & part1=="code" & part2=="wars"){
            result = false;
        }
    
  • Custom User Avatar
    • csimpilimpi
    • commented on "Merged String Checker" kata
    • 3 years ago

    I have passed 65 out of 66 in Python. The only test not working is the one where "s" is empty. What should my code return? (It returns False and is not accepted.)

  • Custom User Avatar
    • csimpilimpi
    • commented on "Conway's Game of Life - Unlimited Edition" kata
    • 4 years ago

    ...and one more thing: the issue with the cropping disappears once you do not modify the original array.
    (I had the same problem, and found this answer much more down here, I thought I repeat it so that others do not have to dig so deep.)

  • Custom User Avatar
    • csimpilimpi
    • commented on "Conway's Game of Life - Unlimited Edition" kata
    • 4 years ago

    I think it would be nice if the problem description mentioned that the program shouldn't modify the original array...

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...