1.

Write a program in Python that accepts side of a square by the user and prints the area of the square.​

Answer»

ANSWER:

PYTHON Program

s=13.

area_square=s*s.

print("AREA of the SQUARE="+STR(area_square))



Discussion

No Comment Found