We can get the name property from player by adding "Hello", player.name, "I am", self.name inside the parentheses.
name
player
"Hello", player.name, "I am", self.name
Make sure to pick "Hello" followed by self and then ., name.
"Hello"
self
.