Python is a multi-paradigm language with full support for object-oriented programming including classes, inheritance, polymorphism, and encapsulation. Everything in Python is an object, including functions, modules, and primitive types.
Python is an object-oriented language: everything in Python, including numbers, functions, and modules, is an object, and the language fully supports classes, inheritance, encapsulation, and polymorphism. This makes "True" the correct answer.