write a program in Python to print area and perimeter of square
plzz tell me fast
Answers
Answered by
5
Explanation:
l=int(input("Length : "))
w=int(input("Width : "))
area=l*w
perimeter=2*(l+w)
print("Area of Rectangle : ",area)
print("Perimeter of Rectangle : ",perimeter)
Similar questions
English,
2 months ago
Business Studies,
2 months ago
Physics,
2 months ago
Science,
4 months ago
Social Sciences,
4 months ago
Physics,
10 months ago
Science,
10 months ago