Python Code Challenge

183 - What is wrong with the code below?
def square(z):
    return x * 2

print(square(2))