In this exercises, we will focus on simple functions and parameter definition and usage. In each function created throughout these exercises the body of the function must contain a dosctring (a first ...
For simonw/datasette#581 I want to be able to inspect a Python function to determine which named parameters it accepts and send only those arguments. Python 3.3 added an inspect.signature() function ...