Release 0.8.0
[pylit.git] / doc / tutorial / hello_with_doctest.py
blobb49b8ae2fe45f8a63bbf1615a4c60d52437d01b7
1 # The classical programming example in Python will print a familiar greeting:
3 # >>> execfile("hello_with_doctest.py")
4 # Hello world
6 # ::
8 print "Hello world."