Password Checker
name=input("Type your name here : ")
password=input("Enter your password : ")
print(f'hey {name} , your password {len(password)*"*"} is {len(password)} letter long')INFO
name=input("Type your name here : ")
password=input("Enter your password : ")
print(f'hey {name} , your password {len(password)*"*"} is {len(password)} letter long')