Reputation:
I want to make it so that I'm taking input
enterKey = raw_input("String here: ")
But that any keys entered are not displayed - it should just act as a pause of sorts in the script until Enter/Return is pressed and then it can proceed.
Upvotes: 5
Views: 7112