Python bekommt Passwort versteckt

from getpass import getpass
password = getpass()
68Duck