These example shows how to use arithmatic operators in math formulas.
A nested loop is a loop within a loop, an inner loop within the body of an outer one. The first pass of the outer loop triggers the inner loop, which executes to completion.
Python's from statement let us import specific attributes/operation from a module into the current namespace.