Exercise: Password Checker

Run Settings
LanguagePython
Language Version
Run Command
username = input("what is your username?") # password = input("what is your password?") # print("passwprd {password} is {passwordlength} long") # print("passwprd {secret} is {6} letters long") print(f"{username}, your password {password} is {len(password)} letters long") # print("*" * 10)
Editor Settings
Theme
Key bindings
Full width
Lines