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.
I think the base parameter of int() can be anything between 18-36. Am I right?
Base 18 requires 18 different symbols (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, G and H.)
Wow! This is great!
I didn't know that a tuple can also be created without parentheses.
What a nice solution!