Cursor
Good morning to you all :)
I am using Pycharm Community and I really adore the program. There is one thing however that puzzles me.
In my code I have 5 questions to the user. When in my code I ask for input of the user, there is no cursor in the console at question number 1.
I suppose the console is the space at the bottom, just underneath the place where to write the code :)
At the remainder of the questions the cursor is wonderfully blinking right there where the question is. So, why not right behind the first question?
Please sign in to leave a comment.
Hello,
Please try enabling "Run with Python Console" in
Run/Debug Configuration https://www.jetbrains.com/help/pycharm/creating-and-editing-run-debug-configurations.html
and in the opened window will be a question sing and once you click there the blinking cursor will appear too.