Relative Content

Tag Archive for pythonwindowspycharm

How to hide written text made by the user in Python?

When a code is playing in the console the user can still type using the keyboard even if the text is from a print statement and not an input statement. This can look unprofessional and possibly break the code in some situations, especially if the user presses “Enter”

How to hide written text from the user in Python?

When a code is playing in the console the user can still type using the keyboard even if the text is from a print statement and not an input statement. This can look unprofessional and possibly break the code in some situations, especially if the user presses “Enter”
I am talking about the green coloured text shown like when an input statement is given
Hopefully a solution for Windows is given.
My IDE in use is Pycharm