Excercise: Password Checker

Run Settings
LanguagePython
Language Version
Run Command
username = input("What is your username? : ") password = input("What is your password? : ") # Hide password with stars hidden_password = "*" * len(password) # Output print(f"Hi {username}, your password {hidden_password} is {len(password)} characters long.")
Editor Settings
Theme
Key bindings
Full width
Lines