Now create a program in python to find the perimeter of this rectangle (perimeter =2×(length +breadth
Answers
Answered by
3
l=int(input())
b=int(input())
perimeter =2*(l+b)
print("perimeter of the rectangle is:",perimeter)
Similar questions
English,
18 days ago
Math,
18 days ago
Computer Science,
18 days ago
Physics,
1 month ago
Science,
8 months ago