编程计算正方形面积并输出

img

n = int(input(">>>"))

print("{}".format(n *n))