Ad
  • Default User Avatar

    Is it just me that has 20 lines????

  • Default User Avatar

    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.

  • Default User Avatar

    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.