+ 6
Objects are instances of classes, whether built-in or user-defined. String, integer, list - apart from being data types - are also classes that you can invoke objects of. What is more, methods are also objects, their results - also objects. Just so you know - whichever element of Python you think of - ... . . . . . . . yep, it's an object :)
20th May 2017, 8:08 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar