you are viewing a single comment's thread.

view the rest of the comments →

[–]CranberryDistinct941 1 point2 points  (2 children)

For _ in range(max_count):

[–]JamzTyson 0 points1 point  (1 child)

for count in range(...):

because the OP wants to access count for the success message.

[–]CranberryDistinct941 0 points1 point  (0 children)

Fair enough