• 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
asbeforee Avatar
Name:Unknown
Clan:Unknown
Member Since:Jul 2023
Last Seen:Aug 2024
Profiles:
Following:13
Followers:10
Allies:5
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (12)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • M-Khasiev
    • commented on "Multiples of 3 and 5 redux" kata
    • 2 years ago

    How to deal with this? I've already tried everything...

  • Custom User Avatar
    • Wikilift
    • commented on "Multiples of 3 and 5 redux" kata
    • 2 years ago

    it's ok for me, just trained.

  • Custom User Avatar
    • saudiGuy
    • commented on "Ones and Zeroes" kata
    • 2 years ago

    A leading zero always results in a False outcome.

  • Custom User Avatar
    • Blind4Basics
    • commented on "Is the date today" kata
    • 2 years ago

    read the error message:

    ModuleNotFoundError: No module named 'date'

    => ptyhon docs => find what's the module name

  • Custom User Avatar
    • BobtheLantern
    • commented on "Exclamation marks series #1: Remove an exclamation mark from the end of string" kata
    • 2 years ago

    What if your input is an empty string?

  • Custom User Avatar
    • rowcased
    • commented on "Flick Switch" python solution
    • 2 years ago

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

  • Custom User Avatar
    • rowcased
    • commented on "How much water do I need?" kata
    • 2 years ago

    it represents exponentiation, such as in (3 ** 4) == (81) == (3 ^ 4)

  • Custom User Avatar
    • rowcased
    • commented on "Square Every Digit" kata
    • 2 years ago
    • print(t) for each iteration
    • observe how it changes
  • Custom User Avatar
    • rowcased
    • commented on "Square Every Digit" kata
    • 2 years ago

    the code you just posted is wrong because of how you assign to t. look carefully to see which digits are squared and which are not

  • Custom User Avatar
    • Chrono79
    • commented on "Square Every Digit" kata
    • 2 years ago

    Your current code doesn't work, this is the error I get with it:

    TypeError: 'int' object is not subscriptable
    
  • Custom User Avatar
    • rowcased
    • commented on "Wilson primes" kata
    • 2 years ago

    5 != int()

  • Custom User Avatar
    • akar-0
    • commented on "Number to Bytes" kata
    • 2 years ago

    Hard and good one. Try again ;)

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...