File: class/Extras/Other/PriorClasses/oracle-aug12/docstrings.py
""" Module documentation Words Go Here """ spam = 40 def square(x): """ function documentation can we have your liver then? """ return x **2 # square