Let's do some calculations with variables. We will write a code to calculate the area of a rectangle. The formula for calculating the area of rectangle is
Area = Height * Width
Create variables in the Jupyter notebook on the right-hand side. Press Shift + Enter
to run code in individual cells.
height
with the value 20
width
with the value 80
area_of_rectangle
and assign the formula for calculating the area to it.
No hints are availble for this assesment
Answer is not availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...