|
|
| | | |
| We will also introduce new topics and language features as we progress. | | We will also introduce new topics and language features as we progress. |
| t | | t | |
| | | http://wiki.python.org/moin/SimplePrograms |
| | | |
| .. contents:: | | .. contents:: |
|
|
| .. contents:: | | .. contents:: |
| | | |
| t | one line - hello world | t | 1 line - hello world |
| ------------------------- | | ------------------------- |
| | | |
|
|
| | | |
| We will also introduce new topics and language features as we progress. | | We will also introduce new topics and language features as we progress. |
| t | | t | |
| | | .. contents:: |
| | | |
| one line - hello world | | one line - hello world |
|
|
| | | |
| .. code-block:: python | | .. code-block:: python |
| t | :line-nu: | t | :linenos: |
| | | |
| print( 'hello world' ) | | print( 'hello world' ) |
|
|
| t | | t | Python |
| | | ========== |
| | | |
| | | 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. |
| | | |
| | | one line - hello world |
| | | ------------------------- |
| | | |
| | | .. code-block:: python |
| | | :line-nu: |
| | | |
| | | print( 'hello world' ) |