Advertisement
Aron_IZ_Od

Madlibs Game (Python)

Oct 25th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. #By: Aron Jr.
  2. #Made: 10-25-19
  3. #If You Give A... (Funny Madlib!)
  4. animal = input("animal: ")
  5. food = input("food: ")
  6. noun = input("noun: ")
  7. last_noun1 = input("last noun: ")
  8. verb1 = input("verb: ")
  9. verb2 = input("verb: ")
  10. verb3 = input("verb: ")
  11. verb4 = input("verb: ")
  12. noun2 = input("noun: ")
  13. location = input("location: ")
  14. verb4 = input("verb: ")
  15. food2 = input("food: ")
  16. game = input("game: ")
  17. verb5 = input("verb: ")
  18. noun3 = input("noun: ")
  19. noun4 = input("noun: ")
  20. p_noun1 = input("plural noun: ")
  21. last_noun2 = input("last noun: ")
  22. vei_var = input("verb ending in -ing: ")
  23. verb6 = input("verb: ")
  24. p_noun2 = input("plural noun: ")
  25. verb7 = input("verb: ")
  26. verb8 = input("verb: ")
  27. fn1 = input("first noun: ")
  28. fn2 = input("first noun: ")
  29. ff = input("first food: ")
  30. #Madlib Code:
  31. print("If you give a " + animal + " a " + food + ", he/she is going to ask for a " + noun + ".")
  32. print("When you give him/her the " + last_noun1 + ", he/she will want to " + verb1 + ".")
  33. print("When he/she is finished, he/she will " + verb2 + ".")
  34. print("Then he/she will " + verb3 + " and " + verb4 + " to the " + noun2 + ".")
  35. print("Then you have to take him/her to " + location + ". He/She will " + verb5 + ".")
  36. print("When he/she is done, he/she will ask you for some " + food2 + ". On the way home")
  37. print("he/she will start a game of " + game + " . When you finally get home, you'll have")
  38. print("to " + verb6 + ". Then he/she will want a " + noun3 + ". You'll have to find a " + noun4)
  39. print("and " + p_noun1 + ". When he/she sees the " + last_noun2 + ", he/she will start " + vei_var + ".")
  40. print("Then he/she will " + verb7 + " out of " + p_noun2 + " . Of course, when he/she is finished")
  41. print("he/she will want to " + verb8 + ". So, he/she will ask for a " + fn1 + ". And the chances are")
  42. print("if you give him/her a " + fn2 + ", he/she is going to want a " + ff + ".")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement