# foo.py # Walker M. White (wmw2) # August 30, 2016 """The mysterious function used in the exercise""" def foo(a,b): """Return something Param a: number Param b: number""" x = a y = b return x*y+y