Kizspy | Question: 1 (Choose 1 answer)
In which of the following does the CricketFan class correctly inherit from the PartyAnimal class?
A. from party import PartyAnimal
B. class CricketFan(PartyAnimal)
C. an PartyAnimal()
D. CricketFan = PartyAnimal()