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.
oh i see. Thanks for the info. I will read about it.
This version and an equivalent full function do the exact same thing; this is just compressing it into one line. There's literally no advantage and it violates PEP-8 but some people seem to think it looks cool.
This comment is hidden because it contains spoiler information about the solution
bro ti krutoi
men i love using lambda ;)
why use lambda? is this faster or better or what?
frrr
https://docs.python.org/3/reference/expressions.html#shifting-operations
Use spoiler flag next time.
This comment is hidden because it contains spoiler information about the solution
I didn't know that << existed!
That's cool though
It's unnecessary to sort by integers, so you could drop the
int()
function.Please scroll down and look for a question by user BilboSwaggins and the reply thereto by user acaccia. The syntax is different for Python 3.
wOw, looks pretty
Loading more items...