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 comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Checkout my solution XD (critics are welcome)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
from description: "Note: Don't worry, all inputs will be strings, and every string is a perfectly valid representation of an integral number." -> so I wouldn't worry about it, just as author wants us to :)
It is best practice to not ignore the error return value. See other solutions for some ways to respond to an error.