Functions

argument. An argument is a data item that is used to send information to a function. Sometimes functions need to have some information passed to them before they can do their job. In those cases, we are to provide this data in the form of an . argument list. Creating a new function. To create a new function: def ( ................
................