Back to Lesson
Rectangle Area
Calculate the area of a rectangle.
Instructions
- Create variablesand
width = 8.height = 5 - Calculate the area using these variables.
- Print the calculated area.
main.py
main.py
Ctrl + Enter