0
EOFError: EOF when reading a line:: PLEASE , INDICATE THE ERRORS..
x = input() def myfunc(): print("Python is " + x) myfunc()
1 Antwort
0
You had accidentally created 2 copies of this question.
Please remove this duplicate 👍
x = input() def myfunc(): print("Python is " + x) myfunc()