• 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
pyMark Avatar
Name:Unknown
Clan:Unknown
Member Since:Mar 2020
Last Seen:Aug 2023
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (8)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • wurayan
      • commented on "Find the first non-consecutive number" dart solution
      • 2 years ago

      Take x=1 and y=2 for example, if (x+1 equals y), then it means x and y are consecutive, which is the condition we are verifying.
      Some other ways to do the same operation would be:
      y-x = 1,
      x-y = -1,
      y-1 = x.

    • Custom User Avatar
      • zhnmio
      • commented on "Find the first non-consecutive number" dart solution
      • 3 years ago

      can you explain to me arr[n] + 1 meaning?

    • Custom User Avatar
      • kangsudal
      • commented on "Count the Digit" dart solution
      • 3 years ago

      https://stackoverflow.com/questions/13110602/calculate-number-of-a-letter-in-a-string-using-dart

    • Custom User Avatar
      • BenjaminPryke
      • commented on "Get Planet Name By ID" python solution
      • 3 years ago

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

    • Custom User Avatar
      • monadius
      • resolved a suggestion on "Find the smallest integer in the array" kata
      • 4 years ago

      Approved

    • Custom User Avatar
      • pyMark
      • created a suggestion for "Find the smallest integer in the array" kata
      • 5 years ago

      Hi, Dart translation is kumited.

    • Custom User Avatar
      • pyMark
      • commented on "Subtract the Sum" python solution
      • 5 years ago

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

    • Custom User Avatar
      • pyMark
      • commented on "Calculator" python solution
      • 5 years ago

      heh

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...