Computer Science, asked by Anonymous, 1 year ago

happy diwali to all❤❤❤........... write a python program to find area of rectangle using classes..........don't spam.........​

Answers

Answered by xevilplaylistx
3

l=0

b=0

l=int(input("Length:"))

b=int(input("Breath:"))

area=l*b

print("Area of rectangle is:",area)

Answered by Swaroop2sky
2

\huge\mathbb\orange{HAPPY-DIWALI}

length = 5

breath = 5

area=length*breath

print(area)

.

.

.

MARK

\huge\mathfrak\green{brainliest }

Similar questions