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.
genius
Yeah I have the same issue
Yeah
This comment is hidden because it contains spoiler information about the solution
The test don't let me use math module although it isn't listed as a do not use. Keeps saying 'os' is detected, 'os' must be being in the log10 function i have in the code.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Ahh yes, understood! thanks!
You don't need the b!=e in the elif, you already know they're not equal if they passed the first if statement, you would only need to include if it was a seperate conditional.