Hello, I have a question, so, routine practice 1, 1st question ,i am getting this error in moodle, but when i run it in thonny it works perfectly fine!
Error
Traceback (most recent call last):
File "tester.python3", line 13, in
main()
File "tester.python3", line 10, in main
circumference = float(input("Circumference: "))
File "tester.python3", line 3, in input
s = __saved_input__(prompt)
EOFError: EOF when reading a line
Testing was aborted due to error.
Your code must pass all tests to earn any marks. Try again.