Python

Objects

In python, everything is an object including strings, lists, functions, modules, etc. Objects can be summarized as the things that can be assigned to a variable therefore can be used as arguments by a function.