cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

Input() function in Python doesn't work

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!

Who Me Too'd this topic