Computer Science, asked by lydiadian, 2 months ago

Write a program to calculate area of rectangle whose length is 1mts and width is 23mts.

Answers

Answered by jai696
2

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

w, l = 23, 1

print("Area:", w * l)

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions