Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 467 Bytes

ex8.rst

File metadata and controls

22 lines (14 loc) · 467 Bytes

Exercise 8: Printing, Printing

.. literalinclude:: ex/ex8.py
    :linenos:


What You Should See

.. literalinclude:: ex/ex8.txt
    :language: console


Extra Credit

  1. Do your checks of your work, write down your mistakes, try not to make them on the next exercise.
  2. Notice that the last line of output uses both single and double quotes for individual pieces. Why do you think that is?