You need to sign in or sign up before continuing.×
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.
is it weird that i got right away what hes trying to do lol
oh yeah!that's it
I figured it would be something like this but I didn't know the numeric values so I wrote a dictionary lol
Case 2 makes the assumption that the API is configured properly to only accept expected input. From a cybersecurity perspective, even this is a bad idea.
eval()
should never be used in code that can be used by anyone aside from the author.???
This comment is hidden because it contains spoiler information about the solution
This code haunted for some days and i needed therapy but now i am alright😆😆
This comment is hidden because it contains spoiler information about the solution
Fixed in this fork
Enabled in this fork
Approved.
you are thinking of
exec
that does not return anythingThis comment is hidden because it contains spoiler information about the solution
what ' , x ' means in lambda?
Nope, I think the first comment's correct.
You can't multiply an integer by a string, but you CAN multiply a string with an integer.
Loading more items...