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 believe they define status to avoid having multiple return statements, which is likely for best practice reasons.
If number isn't an Int - it may crash the code as it still tries to use the operator on it. It never just "skips" parts unless it has a reason.
This comment is hidden because it contains spoiler information about the solution
I only just realised, I dont need the "else:" statement, as it passes the unwanted items... The whole thing is clunky but oh well.
Would stating the data-type have a impact performance-wise? Also could it be potentially good just to prevent mishandling?