""" A mysterious function used in the exercise. Author: Walker M. White (wmw2) Date: August 25, 2017 (Python 3 Version) """ def foo(a,b): """ Return something Param a: number Param b: number """ x = a y = b return x*y+y