Political Science, asked by lavanyaradha, 8 months ago

Study the cartoon and answer the question that follows

Attachments:

Answers

Answered by prasheeshwankhade
3

Answer:

what are the questions

Explanation:

Answered by Anonymous
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 Anonymous
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 Anonymous
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