repo.or.cz
/
pylit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 0.8.0
[pylit.git]
/
doc
/
tutorial
/
hello_with_header.py.txt
blob
b8992f44021cb66c0974e9059d81077d3040e84c
1
.. #!/usr/bin/env python
2
# -*- coding: iso-8859-1 -*-
3
4
The classical programming example in Python::
5
6
print "Hello world."