I want to hide my password but I don\'t know how. I have seen show=\"*\" and also getpass but I don\'t know how to place them into this code. I\'m
show=\"*\"
getpass
getpass hides the input, just replace raw_input after importing the module getpass, like this:
raw_input
import getpass . . . pa = getpass.getpass()