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.
duplicate issue (see @donaldsebleung's issue below)
Done.Thank you!
snake_case
is strongly preferred for function names in Python.:/
Note: I still don't see any useful information about what still looks like a missing parameter of the problem to me...
I solved the problems, thanks again.
OK! Thanks a lot! This is my first time create a new kata. Couldn't be more grateful!
advise: unpublish it in the meantime: in its current state, your kata will get retired in no time.
Thank you so much. I will add random test later. It is not about guessing a parameter, I will add the calculation in comments soon.
Hi,
some readings...:
cheers
Create a simple calculator that given a string of operators (), +, -, *, / and numbers separated by spaces returns the value of that expression
I assumed the "()" operations are brackets as per BODMAS. Turns out the tests don't even have any bracketed expressions. Wasted a lot of time figuring out the brackets part.
For the python version there seems to be an issue with imports. I try to "import string" and I get:
AttributeError: 'NoneType' object has no attribute 'digits'
Turns out the imported module has turned to None
Something weird
This comment is hidden because it contains spoiler information about the solution
This is Reverse Poland Calculator, which can slove expressions with "(" and ")".
Thanks!
Those strings aren't consecutive in the array, read the description again.
Loading more items...