Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local term = require("term")
- term.write("What's the password?: ")
- password = term.read()
- if password == "potato" then
- print("Valid!")
- else
- print("Invalid!")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement