Exercise: Password Checker

Run Settings
LanguagePython
Language Version
Run Command
# Exercise: Password Checker username = input("Enter your username") password = input("\nEnter your password") pass_length = len(password) hidden_pass = pass_length * '*' print(f"\n{username}, your password is {hidden_pass}, is {pass_length} letters long")
Editor Settings
Theme
Key bindings
Full width
Lines