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.
Came to say that, hyper clever really.
Same here!
What a great tip! Thanks man!
Yes, both good suggestions! Thank you.
I agree. Also you could move the dict outside the function, so the dict wouldn't be created every function call.
Less readable and slower.
I think he means that instead of typing the alphabet yourself as a variable, use the already builtin one to avoid unnecessary errors ( which lead to bad code). I think!
I'm sorry but what is a magic number, and why are strings the experts of bad codes?
well i learned a new word smart aleck thank u :)
i dont remember why but that syntax is not difficult at all. so i think its worth trying
Seriously not trying to be a smart aleck here. It seems like you've just improved an inefficient approach. You're level 3 so beyond me python-wise. What made you choose this approach over ord()?
Maybe because it's truncating, not rounding?
But it's less readable.
100%
import everything
print('^^')
Brilliant! Thanks man, I learned a lot :)
Loading more items...