Study the cartoon and answer the question that follows
Attachments:
Answers
Answered by
3
Answer:
what are the questions
Explanation:
Answered by
32
Python
a=c=2 # in rectangle sides opposite to each other are equal in length.
b=d=4 # length of opposite sides.
Perimeter = 2*(a+ b)
print("Perimeter of rectangle is: ");
print(Perimeter)
Answered by
38
Python
a=c=2 # in rectangle sides opposite to each other are equal in length.
b=d=4 # length of opposite sides.
Perimeter = 2*(a+ b)
print("Perimeter of rectangle is: ");
print(Perimeter)
Answered by
57
Python
a=c=2 # in rectangle sides opposite to each other are equal in length.
b=d=4 # length of opposite sides.
Perimeter = 2*(a+ b)
print("Perimeter of rectangle is: ");
print(Perimeter)
Similar questions