Functions

A function's instructions get executed when they are "called". To call a function in Python, simply write its name, followed by an argument list enclosed in parentheses. We have been using functions since day #1. ................
................