Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- password = str(input())
- if password == str('s3cr3t!P@ssw0rd'):
- print('Welcome')
- else:
- print("Wrong password!")
Advertisement
RAW Paste Data
Copied
Advertisement