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.
C++ translation
Which lines are you talking about?
Is it just me that has 20 lines????
I was trying to do nesting for loop and failed terribly because of "list index out of range". Its because I didnt know .count() existed in python.
On the first spin the reason the inner circle becomes inner_max and not -1 (since both circles start on 0) is becasue in the description it says the inner circle cant be less than 0 so it becomes inner_max. And neither circle can be greater than there max so that why when outer circle becomes > outer_max it becomes 0.