Input:
359716482
867345912
413928675
398574126
546281739
172639548
984163257
621857394
735492861
my co
Each input()
will only accept a single line. Strategies around this:
input()
in a loop until it receives a blank lineinput()
in a loop until the user does ctrl-D on a UNIX-like OS, at which point EOFError will be raised which you can catch