Advertisement
RTS_Dmitriy

Untitled

May 4th, 2025
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. print('Enter the password: ')
  2.  
  3. pass = read()
  4.  
  5. if pass == 'abc123' then
  6.     print('Welcome')
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement