When running your program in Pycharm, and you have an input function in the code such as input("Type True or False"). Is there a configuration setting or something to have the cursor automatically go into the console instead of having to always click in there manually?
Here is a workaround: Enable Floating Mode
in the console. The cursor will go there when the program runs.
Note: You can hide the floating console with Shift+Escape