Level
Find the error
-
def format_greeting(name):
-
    greeting = 'Hello, ' + name + ', welcome to the game!'"
-
    return greeting
-
print(format_greeting("hello")

How to declare a string II

Someone made a mistake in the syntax find it and pick the correct answer.