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.
Eh, I'm not sure why I even bother. You're only cheating yourself from the valuable learning experience.
My apologies for being rude.
The constraints were to not use functions such as
eval
,exec
,compile
, etc. You usedast.parse
which, according to the Python documentation, is equivalent to acompile
call. Ergo, you did not provide a solution within the constraints.Why so disappointed?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
That's cheating! :(