every chunk of data - from simple things like numbers and string to complicated things like files and modules - is treated as an object. and almost everything you do with an object is done by a method. even 'operators' such as plus + and minus - are methods. consider the following: