Guest User

pastebin-step1

a guest
Jan 23rd, 2022
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.83 KB | None | 0 0
  1. verb_1 = input("Enter a verb of choice, and press enter:")
  2. adj_1 = input("Enter a adjective of choice, and press enter:")
  3. verb_2 = input("Enter second verb of choice, and press enter:")
  4. body_part = input("Enter a body part name of choice, and press enter:")
  5. adverb = input("Enter an adverb of choice, and press enter:")
  6. body_part_2 = input("Enter any body name of your choice,and press enter:")
  7. noun = input("Enter a noun of choice, and press enter:")
  8. verb_3 = input("Enter the third verb of choice, and press enter:")
  9. animal = input("Enter name of any animal of choice, and press enter:")
  10. noub_2 = input("Enter an noun of choice , and press enter:")
  11. verb_4 = input("Enter the fourth verb of choice, and press enter:")
  12. adj_2 = input("Enter an adjective of choice, and press enter:")
  13. color = input("Enter any color name, and press enter:")
Advertisement
Add Comment
Please, Sign In to add comment