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.
pretty cool
Because o is a string and you would compare int to string, which is always false.
Very nice
How about
int(o)==o
this trick with zeros on the start of the numbers was my only problem, str(int(o)) == o is completely genius solution, gz
This comment is hidden because it contains spoiler information about the solution
thanks
there's always someone with 1 line
great job!
this is for verification:
('095') -> int('095') == 95 -> str(95) == '95'
'095' != '95'
this is a brilliant solution!!!
This comment is hidden because it contains spoiler information about the solution
really cool!
best
best