• 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
barryG Avatar
Name:Unknown
Clan:Unknown
Member Since:Jun 2016
Last Seen:Aug 2025
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies (7)
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • hobovsky
      • commented on "The Solar System - Planet Mnemonic" kata
      • 4 months ago

      What will be your log if m=''?

      Try print(repr(s), repr(m)).

    • Custom User Avatar
      • hobovsky
      • commented on "The Solar System - Planet Mnemonic" kata
      • 4 months ago

      The problem is with your solution. It fails following test case:

      test.assert_equals(is_planet_mnemonic_correct(["Mars", "Earth", "Neptune", "Asteroid", "Venus"], ""), False)

    • Custom User Avatar
      • B1ts
      • commented on "Logical Disjunctions" kata
      • 2 years ago

      When the parameter is_exclusive is False, it means the list should be evaluated as: True or True or True, which is clearly True :P

    • Custom User Avatar
      • The-Kingfisher
      • commented on "Baconian Cipher" kata
      • 3 years ago

      No problem! I'm glad it worked out :)

    • Custom User Avatar
      • The-Kingfisher
      • commented on "Baconian Cipher" kata
      • 3 years ago

      hmm. Maybe your output has a trailing space. That could be an issue too. Check that. If it still doesn't work, show me your code.

    • Custom User Avatar
      • trashy_incel
      • commented on "Zero-plentiful Array" kata
      • 4 years ago

      but the second group is not. if there is ANY group of less than 4 zeroes, then the array is NOT 0-plentiful, and you should return 0.

      If EVERY group of zeros is of length >= 4, then you return the number of such groups.

    • Custom User Avatar
      • Chrono79
      • commented on "Copy Within - Beginner" kata
      • 4 years ago

      The first value in that error message is what your function returned, not the input value. There are several open issues below for Python, tho. Check mrtp0's one.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...