base = int(input("height: ")) height = int(input("base: ")) if base == height: print("its a square")