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.
good job
I dont understand why you would set constants when they are already defined in the standard library
waht?
It's maybe not a 8 kyu question...
lol
lol.. same question
The wtf moment lol
I used this method and it worked for me
For else if statements you can use elif
Completely agree, I tend to use else for readability. Thanks for commenting!
You don't actually need the else statement here.
If the first return statement runs, the function will be exited, and the second return statement will not run.
That said, I can see why you'd include the else statement for readability.
Yes, thanks!
Impossible...
This comment is hidden because it contains spoiler information about the solution
Not the shortest, but ok
Loading more items...