1.

What does built-in function type do in context of classes?(a) Determines the object name of any value(b) Determines the class name of any value(c) Determines class description of any value(d) Determines the file name of any value

Answer» Right answer is (b) Determines the class name of any value

Easiest explanation - For example: >>> type((1,)) gives .


Discussion

No Comment Found