Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. name = input ("What is your name? ")
  2. age = input("What is your age? ")
  3. print("Hello,", name)
  4. print("You meet the requirements of being over ",age)
  5. join = input ("Would you like to join ISIS? ")
  6. joinyes = "Yes"
  7. print ("")
  8. if join == joinyes:
  9. print("Welcome to ISIS comrade", name)
  10. print("This message will self destruct in 3 seconds")
  11. else:
  12. print("go fuck yourself", name)
  13. print("ALLAHU AKBAR")
  14. print("This message will self destruct in 3 seconds")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement