Educator’s Choice
You answeredJUST NOW
Python
Unit test number
1
Expected STDOUT
This is a square with a width of 10 and a height of 10.
This is a rectangle with a width of 10 and a height of 10.
This is a rectangle with a width of 10 and a height of 10.
Your STDOUT
This is a square with a width of 10 and a height of 10.
This is a rectangle with a width of 10 and a height of 10.
This is a rectangle with a width of 10 and a height of 10.
Unit test number
2
Expected STDOUT
This is a square with a width of 25 and a height of 25.
square
This is a rectangle with a width of 10 and a height of 5.
rectangle
square
This is a rectangle with a width of 10 and a height of 5.
rectangle
Your STDOUT
This is a square with a width of 25 and a height of 25.
square
This is a rectangle with a width of 10 and a height of 5.
rectangle
square
This is a rectangle with a width of 10 and a height of 5.
rectangle
Instructor solution
5.3 Inheritance - Lesson
You may exit out of this review and return later without penalty.