def format_greeting(name):
greeting = 'Hello, ' + name + ', welcome to the game!'"
return greeting
print(format_greeting("hello")
Someone made a mistake in the syntax find it and pick the correct answer.