Advertisement
bobthescienceskeleto

Untitled

Jan 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Name = input("Enter your name!")
  2. Age = input("How old are you?")
  3. Heroine = input("Who is your favorite Heroine?")
  4. Famous = input("Your fav famous person")
  5. Wish = input("Tell me your wish")
  6. Random = input("Write anything")
  7.  
  8. print("Once upon a time there was a handsome prince called", Name)
  9. print(Name, "Was only", Age, "Years old when he fell down a well")
  10. print("He would have stayed there forever, if it wasn't for", Heroine)
  11. print(Heroine, "wanted to wish for", Wish, ",and so she decided to visit the wishing well.")
  12. print("She threw a coin into the well, and it landed on", Name, "'s head!")
  13. print(Name, "shouted out the word", Random, "in pain")
  14. print(Heroine, "heard his shout, and ran to fetch", Famous)
  15. print(Famous, "then came and rescued", Name)
  16. print("Prince", Name, "was so happy and fellin love with Heroine")
  17. print("So they got married, and", Famous, "was the special guest at the wedding.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement