Coding Task: 01.04 Code Your House

Try coding an image of a house from scratch!

Your Task

Start a program from scratch to try and code the house you just drew! You’ll need at least:

  • 1 x line()
  • 3 x rect()
  • 1 x triangle()

Maybe you can find a better way?

PyAngelo Reference Sheet

Remember to use the PyAngelo 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 produce an image of the house you drew using the worksheet in activity 01.03

Scroll to Top