Input Function Problem

When I type a simple, single-line input function like below; it gives the result at the first run.
But then, I can’t run it a second time, even the result disappears.
Afterwards, I can’t run any similar input function line in the same notebook.
However, it works each time once in a new notebook and gives the same trouble again.
I’m using Python 3 on Jupyter via Anaconda.
x=input(“Enter a number:”)

Hi @ece_okten_muller
Need more information regarding this, maybe you can take snap and share what error it gives for the second run. or maybe you can record a video and share because it’s working for me fine for any number of runs.

1 Like

Sorry for bothering you but I found my mistake!
I Run the cell after typing a value into the box.
However I need to use Enter button at this line.
Then it worked.
Thanks anyway for your time to check with me.

1 Like