• 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
codes_with_roh Avatar
Name:Unknown
Clan:Unknown
Member Since:May 2020
Last Seen:Apr 2021
Profiles:
Following:2
Followers:0
Allies:0
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 (89)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • joaquinmenendez
    • commented on "Keep it short (with restrictions)" kata
    • 2 years ago

    Also, it seems that ypur solution has 2 lines

  • Custom User Avatar
    • dfhwze
    • commented on "Keep it short (with restrictions)" kata
    • 3 years ago

    There is a way to import stuff with less code, and there are ways to solve this kata without imports.

  • Custom User Avatar
    • codes_with_roh
    • commented on "Regex Password Validation" kata
    • 5 years ago

    Remember that \w symbol allows _ characters along with alphanumeric characters. So, when you are diminishing the scope of its complement by using \W that means that you are also allowing the _ symbol as valid. This is one of the problems in your code. So, I would suggest you to allow only the alphanumeric characters instead of diminishing the scope of any characters or symbols.

  • Custom User Avatar
    • codes_with_roh
    • commented on "Regex Password Validation" kata
    • 5 years ago

    The main problem is in your if- else statement. Give a close look at the problem statement, it says that the password should be atleast 6 characters. I hope you got your error.

  • Custom User Avatar
    • codes_with_roh
    • commented on "Regex Password Validation" kata
    • 5 years ago

    The main problem is in your if- else statement. Give a close look at the problem statement, it says that the password should be atleast 6 characters. I hope you got your error.

  • Custom User Avatar
    • codes_with_roh
    • commented on "Testing 1-2-3" kata
    • 5 years ago

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

  • Custom User Avatar
    • codes_with_roh
    • commented on "Title Case" kata
    • 5 years ago

    Can't we use nltk module in CodeWars?

  • Custom User Avatar
    • codes_with_roh
    • commented on "Diagonals sum" kata
    • 5 years ago

    Check your res2 variable you are indeed very close to the solution, just need to format it a little. :}

  • Custom User Avatar
    • Chrono79
    • commented on "Hello, Name or World!" kata
    • 5 years ago

    Read this, also the error messages, they tell you what your function returned wrong.

  • Custom User Avatar
    • al010
    • commented on "Hello, Name or World!" kata
    • 5 years ago

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

  • Custom User Avatar
    • user8459785
    • commented on "Hello, Name or World!" kata
    • 5 years ago

    No problem! ;)

  • Custom User Avatar
    • svmarinez
    • commented on "Hello, Name or World!" kata
    • 5 years ago

    Apologies, accidentally clicked the spoiler flag :/

  • Custom User Avatar
    • codes_with_roh
    • commented on "Hello, Name or World!" kata
    • 5 years ago

    This was certainly an interesting kata. I really loved the new concept learned here :}

  • Custom User Avatar
    • codes_with_roh
    • commented on "Grasshopper - Debug sayHello" kata
    • 5 years ago

    That's great to hear bro :}

  • Custom User Avatar
    • FArekkusu
    • resolved a suggestion on "Parse float" kata
    • 5 years ago
  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...