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.
It is because it is searching for a aritimetic operation in the string like "1 * 2 * 3 * 4" and when it does not find it raise an error
I'm also getting this issue. How do I fix it?
126 Chars :)
Suprt cool!
OMG, could there be a way to calculate the distance once?!?
This looked like a wonderful idea but you can't set a default value with an expression using the other variables. Am I missing something?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I'm still not done with this Kata, but I guess Python 3.8 has a few features that would make it simpler like the := operator and math.dist
This comment is hidden because it contains spoiler information about the solution
Locally it's running without any issues.
Python here. Not sure why I'm getting an error:
" STDERR
Traceback (most recent call last):
File "main.py", line 22, in
Test.assert_equals(eval(equal_to_24(4,3,1,6)) , 24)
File "", line 1
It's not possible!
^
SyntaxError: EOL while scanning string literal
Thanks. Got it now.
You can print the input.
Tests passed: 303 Failed: 14
We can't see the tests, right?
Not sure how to proceed with debugging.