Question #219116

Area and Perimeter of Square

Write a Python Program of Area and Perimeter of Square.It Consists of two test cases


The below link contains Area and Perimeter of Square - question, explanation and test cases


https://drive.google.com/file/d/1i6HbDoWuKPpNJvNtHbsXAB6xrOlYdP8g/view?usp=sharing


We need all test cases can be come while code was run

Expert's answer

len = int(input())
print('Area of square is:', len * len)
print('Perimeter of square is:', 4 * len)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS