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.
OHhh ok. Thank you for the expanation. Just one more question, is the output from the int function always in base 10 or is there a 3rd parameter we can give the function to output the convertion in other base systems?
Can anybody explain the role of int() here. I didn't know that int can take in more than one parameter. Sorry, new to programming here