Python menyembunyikan input

from getpass import getpass
password = getpass()
68Duck