Password Checker

Run Settings
LanguagePython
Language Version
Run Command
username=input("Enter your user name:\n") password=input("Enter your password") pass_len=len(password) print(f"Username is {username} and its password is {'*' * pass_len} and password length is {pass_len} long")
Editor Settings
Theme
Key bindings
Full width
Lines