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.
It's easy with regex. Plus, I don't think this is Kyu 8. The author thought of what?
17 if else statements? lol
He/She should've put it as a dict...
This comment is hidden because it contains spoiler information about the solution
same as mine
range returns a single integer which is not iterable but enumerate returns an integer and the index
It is a tuple. We have used Tuple Indexing here, We know that True value refers to 1 and False refers to 0. So the first element in the tuple is False corresponding to Tuple index zero(false) and the second value is True corresponding to Tuple index one(True)
nice
This comment is hidden because it contains spoiler information about the solution
nice
This comment is hidden because it contains spoiler information about the solution
i really think mine should be up here
This comment is hidden because it contains spoiler information about the solution
Very nice. Concise and easy to understand :)
This comment is hidden because it contains spoiler information about the solution
nice one
This comment is hidden because it contains spoiler information about the solution
Loading more items...