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.
How to deal with this? I've already tried everything...
it's ok for me, just trained.
A leading zero always results in a False outcome.
read the error message:
=> ptyhon docs => find what's the module name
What if your input is an empty string?
This comment is hidden because it contains spoiler information about the solution
it represents exponentiation, such as in (3 ** 4) == (81) == (3 ^ 4)
print(t)
for each iterationthe code you just posted is wrong because of how you assign to
t
. look carefully to see which digits are squared and which are notYour current code doesn't work, this is the error I get with it:
5 != int()
Hard and good one. Try again ;)