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.
Hmm. ok, i thought i handled for that situation but let me look again. Thanks!
Hi, can I get help with the 27th test? Is it for the string "5" ? When I try that number i get the right output ("5" => 5).
Here is my readout:
Testing for bad inputs
Test Passed
Log
7 - A
Test Passed
Log
3 + 2 *
Test Passed
Log
/ 7 + 3
Test Passed
Log
5
STDERR:
Traceback:
in
in calculate
TypeError: argument of type 'int' is not iterable
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thanks
This comment is hidden because it contains spoiler information about the solution
This was an incredibly hard kata and I learned alot from making it and then going through the tests. Much thanks to the author.