1 2 3 4 5
base = int(input("height: ")) height = int(input("base: ")) if base == height: print("its a square")