• 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
mohitkkr Avatar
Name:Mohit Kaushik
Clan:Unknown
Member Since:Jun 2020
Last Seen:Sep 2020
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (4)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • mohitkkr
    • commented on "A Needle in the Haystack" python solution
    • 5 years ago

    thanks...i am looking for this kind of solution

  • Custom User Avatar
    • mohitkkr
    • commented on "Are they the "same"?" kata
    • 5 years ago

    def comp(array1, array2):
    arrsqr=[]

    # your code
    for i in range(0,len(array1)): 
        arrsqr.append(array1[i]**2)
    if arrsqr.sort()==array2.sort():
        return True
    plz help me with my code
    
  • Custom User Avatar
    • Chrono79
    • commented on "A Needle in the Haystack" kata
    • 5 years ago

    Your code is returning a tuple instead of a string.

  • Custom User Avatar
    • mohitkkr
    • commented on "A Needle in the Haystack" kata
    • 5 years ago

    how to unable autocorrect to get help in syntex

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...