player_name = "Keiko" print("Hello, " + player_name) # error type: NameError: name 'player_name' is not defined