File: class/Extras/Other/PriorClasses/lmco-nov12/docs.py

# File: docstrings.py
"""
Module documentation
Words Go Here
"""
 
spam = 40
 
def square(x):
    """
    function documentation
    can we have your liver then?
    """
    return x **2



[Home page] Books Code Blog Python Author Train Find ©M.Lutz