0
why is it that when you run python program it will bring something like this "look like your program need input " what shouldido
2 Respuestas
+ 1
Either give input or do not use input() and give default values.
+ 1
Also, if your program needs multiple inputs, you have to supply ALL the inputs, and each input in their own line.