Python Code Challenge

187 - What is wrong with the code below?
def greet(name):
    print("Hello " . name)

greet("John")