Kizspy | Question: 9
(Choose 1 answer)
What does this Python statement do if PartyAnimal is a class? zap = PartyAnimal()
A. Clear out all the data in the PartyAnimal variable and put the old values for the data in zap
B. Subtract the value of the zap variable from the value in the PartyAnimal variable and put the difference in zap
C. Use the PartyAnimal template to make a new object and assign it to zap
D. Copy the value from the PartyAnimal variable to the variable zap