I'm using input() to receive a user's input but do not want it to display at all because I want to assign it to a variable right away.
For example,
My goal output is just 'Height in inches is: 78.406'. I do not want to display the entered '199'.
I do not want to use getpass as I only want to have one line of output.
Thank you!