• 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
Vortus Avatar
Name:Unknown
Clan:Unknown
Skills:drinking coffee
Member Since:Aug 2015
Last Seen:Nov 2023
Profiles:
    Following:1
    Followers:110
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (1276)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Chrono79
      • commented on "Beginner Series #2 Clock" kata
      • 4 days ago

      Please, don't post solutions in Discourse.

    • Custom User Avatar
      • War12thunder
      • created a suggestion for "Beginner Series #2 Clock" kata
      • 4 days ago

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

    • Custom User Avatar
      • Lunan
      • commented on "Beginner Series #3 Sum of Numbers" kata
      • 11 days ago

      -1 + 0 = -1 + 1 = 0 + 2 = 2

    • Custom User Avatar
      • TRFKTA
      • commented on "Beginner Series #1 School Paperwork" kata
      • 14 days ago

      I've begun learning Python coming from doing a lot of data analytics with Excel and so I approached this with the logic I would there:

      if n or m is less than 1 (in other words 0 or less) return 0, otherwise multiply n & m.

      For some reason it's implying that the first case (5 and 5) are both less than 1 and returning 0 when it should be 25. I have no idea why.

      Edit: I've just realised you can't specify n or m <1. It has to be n <1 or m <1

    • Custom User Avatar
      • ejini战神
      • resolved a suggestion on "Beginner Series #4 Cockroach" kata
      • 16 days ago
    • Custom User Avatar
      • ejini战神
      • created a suggestion for "Beginner Series #4 Cockroach" kata
      • 16 days ago

      Perl translation

    • Custom User Avatar
      • ejini战神
      • resolved a suggestion on "Beginner Series #2 Clock" kata
      • 17 days ago
    • Custom User Avatar
      • ejini战神
      • created a suggestion for "Beginner Series #2 Clock" kata
      • 17 days ago

      Perl translation

    • Custom User Avatar
      • Codewithme-Vikas
      • commented on "Beginner Series #1 School Paperwork" kata
      • 2 months ago

      for -5,-5 your first condition true, hence function return 25. which is wrong answer

    • Custom User Avatar
      • Mohammed46464646
      • commented on "Beginner Series #3 Sum of Numbers" kata
      • 3 months ago

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

    • Custom User Avatar
      • hobovsky
      • commented on "Beginner Series #3 Sum of Numbers" kata
      • 3 months ago

      You are not asked about sum of 5 and -1. You are asked about sum of all numbers between 5 and -1, and it is not 4.

    • Custom User Avatar
      • ZanjiOfficial
      • commented on "Beginner Series #3 Sum of Numbers" kata
      • 3 months ago

      Yeah this makes no sense.. i feel like they're not looking for the sum at all.. since the sum between 5 and -1 is.. 4..

    • Custom User Avatar
      • ejini战神
      • resolved a question on "Beginner Series #1 School Paperwork" kata
      • 4 months ago

      OP solved it, closing

    • Custom User Avatar
      • BobtheLantern
      • commented on "Beginner Series #3 Sum of Numbers" kata
      • 4 months ago

      Yes... -1 + 0 + 1 + 2 + 3 + 4 + 5 = 14

    • Custom User Avatar
      • Learningandearning
      • commented on "Beginner Series #3 Sum of Numbers" kata
      • 4 months ago

      Incorrect answer for a=5, b=-1: expected 4 to equal 14

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...