Release 0.8.0
[pylit.git] / doc / tutorial / hello_2.py
blobbe65dc09a4ea02f91a87e4f73c2e9dd28fa522a7
1 # The classical programming example in Python
3 # Let Python_ print a string literal::
5 print "Hello world."
7 # It's easy, isn't it?
9 # .. _Python: www.python.org