How can we change this function so that it can display any player's name, not just "Amy"?

We can make name a parameter instead of a variable We can delete the name variableWe can change the value of the name variableWe can't change it to display any name

Make sure to choose to make name a parameter instead of a variable.