Python Hide Input
from getpass import getpass
password = getpass()
68Duck
from getpass import getpass
password = getpass()