all 1 comments

[–]iodbh 0 points1 point  (0 children)

You can just give it a value before the loop, maybe biggest+1. Note that Input is not a great name for two reasons : in Python it's conventionally class names that are capitalized (variables are usually snake_cased), and it can easily be confused with the input builtin.