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:
ModuleNotFoundError: No module named 'date'
=> 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)
the code you just posted is wrong because of how you assign to t. look carefully to see which digits are squared and which are not
t
Your current code doesn't work, this is the error I get with it:
TypeError: 'int' object is not subscriptable
5 != int()
Hard and good one. Try again ;)
Loading collection data...
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 ;)