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 still throws an error on the kata running python 3.11, and in my IDE (also running python 3.11). I checked in idle, and it throws the division by 0 error there as well, so I wonder what's different about your setup that it doesn't throw this error.
looks like something has changed. the OP code runs fine in idle. add works fine. it throws divide by 0 error only on divide.
This has happened to me enough times that I believe you. :D
This comment is hidden because it contains spoiler information about the solution
.
;)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
If you're still wondering, I believe it's [ 7582, 4271, 1, 1, 1 ]
Depends on the structure of the data. Currently, no (neither is this version!), but if you want to match correctly something taht could show up as "Moutain CC Blabla CA", you need it, yes. It will enforce that you match the two last caps "at the end of the line" and not anywhere else.
Thanks! :)