Coding Task: 04.03 My Amazing Story

What’s your story? I bet it’s amazing!

Your Task

In the editor below, write a program that asks the user to type in:

  • An animal
  • A colour
  • An item
  • A number
  • A celebrity

Then display a short (no more than 8 sentences) story involving all of these words! You must use each word at least once.

Python Reference Sheet

Remember to use the Python reference sheet to help you with your code! Click on one of the buttons below:

Requirements

  • The program should run without any errors.
  • The program should ask the user to enter each of the things listed above, then print out a story that uses each variable at least once. You can use a variable multiple times if you want!
  • Hint: You will need to use multiple variables to store what the user types in for their answers!

Example

Below is an interactive demo of how the program should run. Play around with the program to see how your program should also behave.

Scroll to Top
Scroll to Top