A function creation and call example.
A function that adds x and y together.
>>> add(1, 5) 6 >>> add(-8, 2.7) -5.3