• 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
vanitoz Avatar
Name:Ivan
Clan:Flatiron
Member Since:Dec 2020
Last Seen:Aug 2023
Profiles:
Following:77
Followers:75
Allies:75
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (4)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • hoffenbauer
    • commented on "Driving Licence" kata
    • 4 years ago

    Using datetime can be problematic because it's the name of both the package and the class.
    I'd suggest you try:

    from datetime import datetime
    datetime.strftime(format)
    
  • Custom User Avatar
    • wowthecoder
    • commented on "Number of Proper Fractions with Denominator d" kata
    • 4 years ago

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

  • Custom User Avatar
    • EirikReiestad
    • commented on "Number of Proper Fractions with Denominator d" kata
    • 4 years ago

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

  • Custom User Avatar
    • Awesome A.D.
    • commented on "String incrementer" kata
    • 4 years ago

    From the description:

    Attention: If the number has leading zeros the amount of digits should be considered.

    I assume that means that the resulting incremented number should have the same amount of digits.

    It's easy to miss details like that.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...