Function Python Tutorial

def square(x):
   return x*x
print square(3)