Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Are you sure you want to log out?")
- sleep(1)
- answer = read()
- if answer == "yes"
- then
- print("Ending session...")
- sleep(2)
- os.shutdown()
- else
- print("Log out cancelled")
- sleep(2)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement