You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mouredev sorry for correct your code men, I love the content that you make. I'm web developer but I'llinspirate folow you chanel to become a Mobile developer because it's what I love. Thanks for this repo and the exercices 🙂
from getpass import getpass
username = input("Enter Username: ")
password = getpass("Enter password: ")
#print(password) If it shows the password, then use the print statement
The text was updated successfully, but these errors were encountered: