Coding Task: 05.04 Dress Up! (Extension)

In this extension task, you will make changes to an interactive dress-up game. Start off by running the code and testing the controls! Once you’ve done that, read the instructions below.

Your Task

In the editor below, look through the existing code and see if you can make the changes listed in the requirements section below. Don’t worry if you break the code! Just click the Reset button to start again.

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.
  • Edit the code to include more emoji options for the head.
  • Edit the code to include more emoji options for the body.
  • Hint: You can find emojis to copy into your code from lots of places online. Try home.unicode.org and unicode-table.com! You’ll need to add new if statements with new, unused keys to add the new options.

Example

Below is an example of how the program should run:

Scroll to Top