Coding Task: 03.04 Hey, Mickey! (Extension)

In this extension task, you will make changes to an image of a mystery cartoon character. Start off by running the code and identify the mystery character! Once you’ve done that, read the instructions below.

Your Task

In the editor below, complete the code so that the program displays the mystery character in full colour! Don’t worry if you break the code! Just click the Reset button to start again. Here is your Colour reference sheet:

Requirements

  • The program should run without any errors.
  • The program should display a colourful image of the mystery character onto the screen.
  • Hint: You’ll need to use Colour.reset a lot in this one. Try putting one at the end of every single print() line, so that the next line starts off with the classic white text on a black background. You’ll find it easier to get the colours on each line right that way!

Example

Below is an example of how the program should run (note that the colouring is not finished!):

Python Reference Sheet

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

Scroll to Top