Hi i seem to be having some issues when using the input fuction?
Ill use this code as a example.
x = input(‘Enter your name:’)
print('Hello, ’ + x)
input(“Press enter to exit”)
exit()
When i run the code on anything other than the codeacedemy website it works but when i run it here i get the error (EOF when reading a line)
Am i doing something wrong?