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.
thank you so much for explaining it !
There's a difference between the normal
if: else:
statement in Python and this. This is specifically what is called a "ternary operator", and it's a different syntax for a different operation (although it does similar things.https://www.geeksforgeeks.org/ternary-operator-in-python/
It's a bit of a shame that Python uses the same tokens
if
andelse
for both the conditional statement and the ternary operator - most languages don't, and it does make it confusing.i dont understand how you can write a whole line with if AND else without any ':' and it works. everytime i try to do something like that i get an error. does someone has an idea of why that is please ?
calling twice sqrt is not a very fast way, smaller programms not always better
This comment is hidden because it contains spoiler information about the solution
...
No :D
No :D
Do you really need to comment for something like that? :D
This comment is hidden because it contains spoiler information about the solution
No
Do you really need the parenthesis?
i thougth about sth similar, but what the reason for the manual iteration?
you will use int(str) anyway!