Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. a=input("hello\n>")
  2.  
  3. if a == "hey":
  4.     print("yo!")
  5. elif a == "I'm gay":
  6.     print("oh man :(")
  7. else:
  8.     print("wtf are u sayin, man?")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement