Computer Science, asked by gargiarora3404, 5 months ago

Write a program to accept the length and breadth of the rectangle as input, and find the area

or perimeter by taking user’s choice.​

Answers

Answered by jai696
2

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

print("area:", (l := float(input("l: "))) * (b := float(input("b: "))))

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

Similar questions