Prepare packaging with flit.
[pylit.git] / doc / tutorial / hello_2.py.txt
blob032d80b8d00b7c279e1bb026829f40bd6e0e6dac
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: https://www.python.org