take value of length and breath of rectangle and check it is square or not
Answers
Answered by
2
Answer:
a = input("Enter length: ")
l= int(a)
b = input("enter breadth: ")
b= int(b)
if a==b:
print(" its a square")
else:
print("its not a square")
please mark brainliest its my birthday today
plzzzzzzzzz
Similar questions