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.
I'm having problems with the Python version, in local it is 100% acurate but in CW no.
ex: (88) * (-15 / -33 / (5)) / (94 - -((((100 + 58)))) + 53) in local => 0.02622950819672131
in CW => 88.02754098360656 should equal 0.02622950819672131
Someone can help me?
i have Python 3.7.1 and selected Python 3.6.0 in CW i only use re.search, str.split, .join and list.pop
maybe functionality have changed on 3.7?
Thx
This comment is hidden because it contains spoiler information about the solution