Advertisement
Guest User

lizard calculator

a guest
Sep 17th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ## Scientific Lizard Calculator
  2. ## For sale: $10,000 but for NPC teachers it's free
  3. ## by Alex Georgeff
  4.  
  5. print("lizard?")
  6. q1 = input("is it green: ")
  7. if q1 == "Y":
  8. q2 = input("is it stupid: ")
  9. if q2 == "Y":
  10. print("its a lizard: ")
  11. else:
  12. print("wrong all lizard is stupid")
  13. else:
  14. print("it is not a lizard")
  15.  
  16. ## Please redistribute everyone needs to know about what is a lizard
  17. ## Stupid Lizard(c) 2019
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement