Quick actions

cmd+k|ctrl+k

Navigation

Languages

Py Exercise

Snippet info

Language

Python

Visibility

public

Author

elytran

Created

2024-12-02T01:05:23.002964Z

Updated

2024-12-02T01:13:51.332314Z

username = input('what is your username?')
password = input('what is your secret?')
print = (f'Hi {username}. your password, {password}, is {len(password)} characters long')
INFO