What does this line of code do?

firstPlayer = Player('Omar')
(1 point)
It creates a class called player.
It adds 'Omar 'to the dictionary called player.
It creates an instance of the player class.
It adds firstPlayer to the player class.

It creates an instance of the player class.