Draw a Star ----------- Simple program ^^^^^^^^^^^^^^ .. literalinclude:: ../../examples/star.py :linenos: :language: python :download:`star.py <../../examples/star.py>` | Using the tftui module ^^^^^^^^^^^^^^^^^^^^^^^ Advanced version using the tftui module to set the number of points and the length of the sides of a star to be drawn. .. literalinclude:: ../../programs/stars.py :linenos: :language: python :download:`stars.py <../../programs/stars.py>` |