Quick actions

cmd+k|ctrl+k

Navigation

Languages

Password Checker

Snippet info

Language

Python

Visibility

public

Author

ankushsahu203

Created

2026-07-14T02:32:58.316649Z

Updated

2026-07-14T02:32:58.316649Z

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