• 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
Trapyy Avatar
Name:Unknown
Clan:Unknown
Member Since:Mar 2022
Last Seen:Sep 2024
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    Ad
    How many Kata did you complete in 2024?
    Discover our top moments in 2024 and how you can level up in 2025.
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (10)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Alterra Laniakea
      • commented on "Weight for weight" python solution
      • 2 years ago

      Bro

      You even know how to use key in sorted function

    • Custom User Avatar
      • swaz
      • commented on "Weight for weight" python solution
      • 3 years ago

      it took me nearly as long as you, as long as you get it working in the end it's no biggie

    • Custom User Avatar
      • Ellysus
      • commented on "Split Strings" python solution
      • 3 years ago

      That basically allows you to Increment by 2 in the for Loop, syntax is as follows:

      for i in range(beginning, end, step)

      Example: for i in range(0, 12, 2) will iterate through numbers 0 to 12 incrementing by 2 every iteration so (0, 2, 4, 6, 8, 10)

    • Custom User Avatar
      • Trapyy
      • commented on "Weight for weight" python solution
      • 3 years ago

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

    • Custom User Avatar
      • Trapyy
      • commented on "Split Strings" python solution
      • 3 years ago

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

    • Custom User Avatar
      • NikCSharp
      • commented on "Sudoku Solution Validator" kata
      • 3 years ago

      Try looking at this https://docs.codewars.com/training/troubleshooting/#works-but-no

    • Custom User Avatar
      • Trapyy
      • created an issue for "Sudoku Solution Validator" kata
      • 3 years ago

      input:
      [1, 3, 2, 5, 7, 9, 4, 6, 8]
      [4, 9, 8, 2, 6, 0, 3, 7, 5]
      [7, 0, 6, 3, 8, 0, 2, 1, 9]
      [6, 4, 3, 1, 5, 0, 7, 9, 2]
      [5, 2, 1, 7, 9, 0, 8, 4, 6]
      [9, 8, 0, 4, 2, 6, 5, 3, 1]
      [2, 1, 4, 9, 3, 5, 6, 8, 7]
      [3, 6, 0, 8, 1, 7, 9, 2, 4]
      [8, 7, 0, 6, 4, 2, 1, 3, 5]
      Expected result = False
      Returns True

      my code on the site returns True, but on my code editor returns False, is it bugged?

    • Custom User Avatar
      • Trapyy
      • commented on "Multiples of 3 or 5" kata
      • 3 years ago

      @akar-0 sorry, wont happen again

    • Custom User Avatar
      • Trapyy
      • commented on "Multiples of 3 or 5" kata
      • 3 years ago

      you need to put the 'return sum' inside your function

    • Custom User Avatar
      • Trapyy
      • commented on "Multiples of 3 or 5" kata
      • 3 years ago

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

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...