What’s your story? I bet it’s amazing!
In the editor below, write a program that asks the user to type in:
Then display a short (no more than 8 sentences) story involving all of these words! You must use each word at least once.
Remember to use the Python reference sheet to help you with your code! Click on one of the buttons below:
variable
to store what the user types in for their answers!Below is an example of how the program should run if you entered dog
, pink
, collar
, 7
and Harry Styles
as your answers:
Enter an animal: dog
Enter a colour: pink
Enter an item: dollar
Enter a number: 7
Enter a celebrity: Harry Styles
Once upon a time, I saw a pink dog. I think it belong to Harry Styles and I petted it 7 times. Then Harry Styles gave me a dollar. It was the best day ever!
Need some help? Click here to reveal a video walkthrough for this task!