This is a list of very short python programs starting with 1 liner and moving all the way up to 20 lines.
We will also introduce new topics and language features as we progress.
http://wiki.python.org/moin/SimplePrograms
.. contents::
.. code-block:: python :linenos:
print( ‘hello world’ )