March 2003
Intermediate to advanced
656 pages
39h 30m
English
getpass
getpass(prompt='Password: ')Like raw_input, except that the line of text the
user inputs in response is not echoed to the screen while the user is
typing it. Also, getpass’s
default prompt is different from
raw_input’s.