''' A simple addition function. ''' def add(a, b): return a + b