tomtrein

Untitled

Jul 21st, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. print("input char 1:")
  2. hello = read()
  3. print("input chat 2:")
  4. hello2 = read()
  5. if hello="1" and hello2="2" then
  6. print "good"
  7. else
  8. print b"bad"
  9. end
Advertisement
Add Comment
Please, Sign In to add comment