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.
No,actually. after the first if statement becomes True (here 73>70), so the third if statement would be executed, and the return statement in if statement would throw the control out of the function. Hope that makes sense.
Thank you Polarish, that's important!
How could it return
A
if73
is not>=90
?let's assume mean is 73 so it could be return A or B or C, right? or i'm missing something!
shouldnt this be wrong if you are not making conditions mutually exclusive a 95 grade should return all abcdef
its less readable to me . isnt good python code meant to be easy to read
This comment is hidden because it contains spoiler information about the solution
Thanks for the explanation!
1 kyu!!
Respects (。♡‿♡。)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thank you.
Well, it's more clear now :)
well, yes, I like the word "well"... x)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution