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.
Kata is now retired.
This comment is hidden because it contains spoiler information about the solution
Python 3.6 is supported
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Don't need the
break
afterreturn
;)lol
Only one value is poped from the stack with '.'.
If the stack contains more than 1 value, it is then not emptied.
That was confusing, thanks for the comment!
Enjoying this Kata so far (Python right now, JS, maybe php).
It will help me making a simple French pseudo code intepreter in JS I've been thinking about lately.
This comment is hidden because it contains spoiler information about the solution
In which language?
I passed the Python tests assuming second argument of jnz is integer, but in JS I got a timeout (must be an infinite loop...)
if v in d else int(v)
=> I did the opposite and now that I see your solution it makes much more sense...Pretty easy but fun.
Solved in PHP, will try other approaches in JS and Python.
The "skill required to comprehend the description" would be 2 kyu if the solution wasn't given in the description...
Loading more items...