Back to Lesson

Rectangle Area

Calculate the area of a rectangle.

Instructions

  • Create variables
    width = 8
    and
    height = 5
    .
  • Calculate the area using these variables.
  • Print the calculated area.
main.py
main.py