Slide 63
Slide 63 text
Since your function is defined in terms of a, b, c, x, y, and z, you probably implemented it in terms of a, b, c, x, y, and z,
were happy to be done, and walked away.
def long_function(a, b, c):
"""Returns triplet of x, y, and z."""
#
# Looooooooooong function body omitted
#
#
#
#
#
# (But trust us, it's really loooooooong!)
# ↓ ↓ ↓ ↓ ↓ ↓
Code Unto Others http://localhost:8080/print/
63 of 75 5/30/16, 09:41