We'll also need a constructor for this class but can utilize our parent class it inherits, Player, by calling its constructor using super().

Make sure to pick super followed by ( and then ), ., __init__, (, "NPC", ).