7 lines
No EOL
89 B
Python
7 lines
No EOL
89 B
Python
|
|
length = 4
|
|
width = 3
|
|
|
|
areaOfRectangle = length * width
|
|
|
|
print("Area = ",areaOfRectangle) |