Computer Science, asked by farzandali55001, 4 months ago

take value of length and breath of rectangle and check it is square or not​

Answers

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