Update stylesheet to work with the new standard "code" directive.
[pylit.git] / rstdocs / tutorial / hello_2.py
blob4dd61a4379bee7e8b8a4179977b0598a45be28b7
1 # The classical programming example in Python
2 #
3 # Let Python_ print a string literal::
5 print "Hello world."
7 # It's easy, isn't it?
8 #
9 # .. _Python: www.python.org