+ 1
Why can't we use input more than twice in Python?
If I do that, I get an eoferror.
1 Resposta
+ 6
Separate the values by a new line. If you need X inputs, you use X-1 New Lines in the same 1 input box.
example:
var1 = input()
var2 = input()
in the input box:
Hello
World