Without functions all we have are attributes of objects. Functions are where variables live. This extract from Programmer's Python: Everything is an Object explains that functions bring something new ...
This Python tutorial explains how functions work and why they are essential for writing reusable, organized code. The lesson begins with creating a basic function using the def keyword, calling it, ...