print("Squaring machine") 

input("input a number to square"))
n = input
output = n*n

print(output)
Squaring machine
<bound method Kernel.raw_input of <ipykernel.ipkernel.IPythonKernel object at 0x7f4e16713640>>