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.
this is going in the locker, I did not know this.
I swear everytime, the top answer is just the same thing I did but with list comprehension. I need to use this feature more.
Easy one, gj
Great! Five year in Python and only now I find that you don't get an "index out of range" on slicing!
Comprehensive list are the best. I've a similar solution. Go check.
brilliant solutuon.this guy has reached the zen of python;)
well,am gaining more insight. codewarriors
Brilliant.
So I think mine uses the least lines as possible then I see this and my brain dies.
Amazing!!!
This comment is hidden because it contains spoiler information about the solution
I've been admiring it for like 10 minutes now lol
Nice one. My solution looks stupid now :P
jeez this is straight up frickn brilliant
It could be better with
for i, p in enumerate people I think
Loading more items...