![]() |
|
|
+ Search |
![]()
|
Jul 5th, 2000 09:59
Nathan Wallace, unknown unknown, Hans Nowak, Snippet 98, Fredrik Lundh
""" Packages: miscellaneous """ """ > I would like to hide my key typing during entering password. > How to? """ import getpass password = getpass.getpass() """ also see: http://www.python.org/doc/current/lib/module-getpass.html """