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