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
2
print("area:", (l := float(input("l: "))) * (b := float(input("b: "))))
Similar questions
Math,
2 months ago
Math,
2 months ago
History,
2 months ago
English,
5 months ago
Social Sciences,
11 months ago
English,
11 months ago
Computer Science,
11 months ago