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.
This comment is hidden because it contains spoiler information about the solution
Can you please give me more of a hint as to how to do it? I still can't figure out how to fix it. If you can't, I guess I could finally give up and look at the solutions. But it just bugs me that I am so close to the solution but not quite! (Maybe this is the wrong place for this)
This comment is hidden because it contains spoiler information about the solution
`
This comment is hidden because it contains spoiler information about the solution
The python tests are just wrong. For example, it might say that -77 + 88 / -20 * -5 + -11 / -76 - -95 + 21 should equal 64.0 (when it really equals ~61), or that -22 * 46 * 38 / 83 * 57 + -63 / 78 / -49 should equal -26448.0 (when it really equals ~-26410).
What are you suggesting?
Whoa