Coding Task: 04.01 Gingerbread Man

Can you catch him?

Your Task

Fill in the ________ (blanks) and complete the code to write the program below:

1) Display:

Run, run, as fast as you can!

2) Display:

You can't catch me, I'm the gingerbread man!

3) Pause for a quarter of a second (0.25 seconds)

4) Repeat steps 2 and 3

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 display the messages above in an infinite loop, pausing every 0.25 seconds.

Example

Below is an example of how the program should run:

Run, run, as fast as you can!
You can't catch me, I'm the gingerbread man!
You can't catch me, I'm the gingerbread man!
You can't catch me, I'm the gingerbread man!
You can't catch me, I'm the gingerbread man!
You can't catch me, I'm the gingerbread man!
You can't catch me, I'm the gingerbread man!
You can't catch me, I'm the gingerbread man!
You can't catch me, I'm the gingerbread man!
Scroll to Top