Hello everyone!
I'm creating my first course now about Python Fundamentals.
And I've struggled on creating a coding exercise.
I've made up a simple program that helps my students to understand Input() function:
name = input()
print(name)
It works everywhere, But not on Udemy.
There is an error:
Error
Error details
EOF when reading a line
Tell me, please, how to work with input() function on Udemy.
Thanks in advance!