Module 7: Working with Built-in and User-defined Functions
In this module you will learn: What built-in functions are and how to use them in order to save time and write better code How to print the results from your code on the computer screen using built-in print function What user-defined functions are and how to define and call your own functions in Python What arguments and scopes are as well as the difference between local and global scopes How the main program passes values to the self-contained functions and why functions pr...