9
Answer (Choose 1 answer)
A. It shows the parent class
What does the Python dir() function show when we pass an object into it as a parameter?
B. It shows the number of parameters to the constructor
C. It shows the methods and attributes of the object
D. It shows the type of the object