happy diwali to all❤❤❤........... write a python program to find area of rectangle using classes..........don't spam.........
Answers
Answered by
3
l=0
b=0
l=int(input("Length:"))
b=int(input("Breath:"))
area=l*b
print("Area of rectangle is:",area)
Answered by
2
length = 5
breath = 5
area=length*breath
print(area)
.
.
.
MARK
AŠ
Similar questions
Environmental Sciences,
6 months ago
Science,
6 months ago
Social Sciences,
6 months ago
Economy,
1 year ago
Economy,
1 year ago
English,
1 year ago
Math,
1 year ago