function_docstring.txt 117 B

123456
  1. $ python function_docstring.py
  2. 5 is maximum
  3. Prints the maximum of two numbers.
  4. The two values must be integers.