-3

Input functions are not working in IDLE shell. I try to use them but it keeps giving me a error.

I was expecting the inputs to work.

Mrdev88
  • 1
  • 1

1 Answers1

0

It would be better if you could post your code and screenshots of the error message. However, my guess would be that you are using a different python version in your shell. Try visiting this, could be solution to your problem.

rr_goyal
  • 467
  • 2
  • 8
  • Here is the error: >>> print('Enter your name:') ... x = input() ... print('Hello, ' + x) SyntaxError: multiple statements found while compiling a single statement – Mrdev88 May 11 '23 at 17:33
  • This is not an answer. But since you posted it an an answer, this question is now marked in the system as being "answered", so fewer people are going to look at it... – John Gordon May 11 '23 at 17:48