Computer Science, asked by sanjayachariya, 4 months ago

07 Write code in obarice
z
7. Write a program
to find the area
of rectangle.

Answers

Answered by jai696
2

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

l, w = [float(n) for n in input("enter l & w: ").split()]

print(f"area: {l * w}")

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

Similar questions