• 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
pinelopi Avatar
Name:Unknown
Clan:Unknown
Member Since:Nov 2014
Last Seen:Aug 2022
Profiles:
Following:7
Followers:23
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (711)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • ItoMantaon
    • commented on "Unique In Order" kata
    • 10 days ago

    i dont undesrtand the instruction

  • Custom User Avatar
    • mmarston-dev
    • resolved a question on "Unique In Order" kata
    • last month

    That makes sense, thank you so much! I thought I was messing with a type error, which threw me off. That makes sense why Distinct() won't work, because you can have the same item in the list more than once, it just has to be seperated by something else first. Thanks again!

  • Custom User Avatar
    • BobtheLantern
    • commented on "Unique In Order" kata
    • last month

    That's not really a type mismatch, it just looks that way. The real error message is the Values differ at index [4] underneath the type mismatch line. Distinct() won't work, though, because not all elements in the output will be unique, look at the examples again.

  • Custom User Avatar
    • mmarston-dev
    • created a question for "Unique In Order" kata
    • last month

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

  • Custom User Avatar
    • _rainharder
    • created a suggestion for "Unique In Order" kata
    • 3 months ago

    How about add a test case where it checks if the input is a mixed array, such as ['5',5]?

  • Custom User Avatar
    • Azuaron
    • commented on "Return Negative" python solution
    • 3 months ago

    For simple statements like this, it's quite pythonic to put it on one line. Even for more complicated statements with ifs and for loops and generators, it is still often pythonic to put it on one line.

    YMMV in other languages.

  • Custom User Avatar
    • big_M
    • commented on "Return Negative" python solution
    • 3 months ago

    I don't know about industrial programming, but here it is often done like this

  • Custom User Avatar
    • curiousgeorgiou
    • commented on "Return Negative" python solution
    • 3 months ago

    Q: How conventional is it to have this on one line over multiple? Apologies if this is a silly question - still learning. :)

  • Custom User Avatar
    • hobovsky
    • commented on "Unique In Order" kata
    • 5 months ago

    Why do we need this code here? Is there some question I missed? Can we have it properly formatted?

  • Custom User Avatar
    • menacingboat458
    • commented on "Unique In Order" kata
    • 5 months ago

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

  • Custom User Avatar
    • ahmadSaeedGoda
    • created a suggestion for "All unique" kata
    • 6 months ago

    Go Translation ;)

  • Custom User Avatar
    • tobeannouncd
    • created an issue for "All unique" kata
    • 6 months ago

    Haskell tests generate strings outside of ASCII range. Fork here fixes it, along with updating the tests so failure messages are more 7kyu-friendly and show the tested string without the QuickCheck modifier cruft.

  • Custom User Avatar
    • trashy_incel
    • resolved an issue on "All unique" kata
    • 6 months ago

    added all 3 to JavaScript

  • Custom User Avatar
    • JohanWiltink
    • commented on "All unique" kata
    • 6 months ago

    Not an improvement. Rejected.

  • Custom User Avatar
    • maxkram
    • commented on "Javascript filter - 1" python solution
    • 7 months ago

    smart

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...