Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print('Enter the password: ')
- pass = read()
- if pass == 'abc123' then
- print('Welcome')
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement