Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
holy freaking moly !!! lol
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
dang how did we all end up with the exact same code lmfao
one trip to the python documentation can save you a lot of lines
Damn, your solution taught me something new. Didn't know you can turn a list into a dictionary with .fromkeys and it's clever that since keys have to be unique it essentially removes duplicates by default.
Apparently it does >:(
i had the same idea, just used a string instead :(
This expression calculates the position of the alphabet by subtracting 96 from its Unicode code point. Since lowercase 'a' has a Unicode code point of 97, subtracting 96 gives 1, which represents the position of 'a'. Similarly, 'b' would be 2, 'c' would be 3, and so forth.
emmm, make it matter, use for will more fast?
can someone explain me why -96 please?
ok, i didnt see anything ππ
interesting one
god why i didn't think for sorting it first
Much better than mine
Loading more items...