Как установить курсор, который будет отображаться в конце строки в выводе Pycharm? - PullRequest
0 голосов
/ 23 октября 2018
I am using Pycharm 2018.2.4 for my python learning on Linux Ubuntu 16.04 LTS. 
When i run my python scripts, the cursor positions at start of the statement rather 
than at end of the statement. You can check the screenshot at the following link:

https://drive.google.com/file/d/14MR0jjnF5JnWgqA0LnT5oofwpstNv6q1/view?usp=sharing

I browsed and found no solutions to this. 
I want my cursor position to be always at the end of the statement for the user input.

Please help me resolve this cursor issue and why it is happening?

...