• 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
Mahdivrs Avatar
Name:Mahdi
Clan:UT
Member Since:Jul 2024
Last Seen:Apr 2025
Profiles:
Following:53
Followers:52
Allies:52
View Profile Badges
Ad
8 Reasons Why Codewarriors Practice Coding with Codewars
Not everyone trains the same. Discover new ways to leverage Codewars in your education and career.
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (13)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Mahdivrs
    • commented on "If you can read this..." python solution
    • 10 months ago

    -_-

  • Custom User Avatar
    • perkee
    • commented on "Leap Years" kata
    • 10 months ago

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

  • Custom User Avatar
    • Madjosz
    • commented on "Leap Years" kata
    • 10 months ago

    It is a 7 kyu so what's your point?

  • Custom User Avatar
    • Mahdivrs
    • commented on "Leap Years" kata
    • 10 months ago

    I think it's more a 7 kyu kata ,isn't it?

  • Custom User Avatar
    • Mahdivrs
    • commented on "Exclusive "or" (xor) Logical Operator" python solution
    • 10 months ago

    IQ = 400

  • Custom User Avatar
    • Mahdivrs
    • commented on "Draw stairs" python solution
    • 10 months ago

    :D

  • Custom User Avatar
    • avermakov
    • commented on "Bubblesort Once" kata
    • 10 months ago

    Nevermind, the problem you experience is because you're mutating the original list.

    l = [1,2,3]
    n = l
    n is l # returns True
    del n[0]
    l == [2, 3] # returns True
    

    Make a copy of l to fix your problem.

  • Custom User Avatar
    • avermakov
    • commented on "Bubblesort Once" kata
    • 10 months ago

    If so, please do the following:

    • Make absolutely sure the problem is not in your code
    • Add a comment labeled as "Issue"
    • Describe in detail what you experience and what you expect, and in what language

    If there is an issue, someone might come and fix it. However, it's just not possible to fix "a problem" in unknown language.

  • Custom User Avatar
    • Mahdivrs
    • commented on "Bubblesort Once" kata
    • 10 months ago

    Im sure there is a problem in this kata

  • Custom User Avatar
    • Mahdivrs
    • commented on "Beginner Series #3 Sum of Numbers" python solution
    • 10 months ago

    i enjoyed it bro

  • Custom User Avatar
    • Mahdivrs
    • commented on "Sum Arrays" python solution
    • 10 months ago

    when you want to fire your boss from his company.

  • Custom User Avatar
    • Nika aplakovi
    • commented on "Is it a letter?" python solution
    • 10 months ago

    :DDD

  • Custom User Avatar
    • Mahdivrs
    • commented on "Is it a letter?" python solution
    • 10 months ago

    ok!! that's another way of doing it :>

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...