.. include:: Exercise: Determine Maximum of Two Numbers ========================================== Write a program that * Takes two numbers from the :doc:`commandline `. *Remember*: commandline arguments can only be strings, so those have to be :ref:`converted to numbers `. * Determines the maximum of the numbers. * Outputs the maximum. .. code-block:: $ python maximum.py 42 123 123