Python Get Senha oculta
from getpass import getpass
password = getpass()
68Duck
from getpass import getpass
password = getpass()