Q. Write a program to find the side of square whose you read from user .
Answer
=
per = float (input("Enter the perimeter of square :- ")) print ("side of square = ", per / 4 )
per = float (input("Enter the perimeter of square :- ")) print ("side of square = ", per / 4 )
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )