How many types of objects does Python support?

How many types of objects does Python support?

Define ‘type of object’.

Actually, there are two types of object in Python.

  • Mutable Object
  • Immutable Object

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.