Hi!
I’m on version 7.5.0.
So I’m one of the newbies who’s doing their first python course right now, and yes, we use input() a lot. I made a little hangman game, so I have to put in a lot of stuff, meaning the input field pops up several times in succession (I clear output. The actual output field stays small. The size is not the problem either.)
Until today, this worked perfectly.
Today, when I ran the code, after inputting letters a couple of times, the input field just vanishes. The kernel still waits for input. The game is not over. There is no error showing. I cannot scroll down the output field, and trying to put in a letter and hitting enter does not affect any changes. The number of times I can use the input field varies. Sometimes it’s 10+ times. Other times it’s once or twice.
Seeing as I also suddenly have the problem described in a similar post, about the letter “o” being unavailable, since it is now a keyboard shortcut, I am guessing that it might be the update to the newest version doing this.
I hope that someone here can either confirm that this is a bug I cannot change, or help me resolve this issue. Googling did not help.
Thanks in advance!