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
Change default `codeindent` to 2.
[pylit.git]
/
doc
/
tutorial
/
hello_with_doctest_2.py
blob
5c0ac88603563e045fa8a3ba6913ca12219ee981
1
# The classical programming example in Python will print a familiar greeting:
2
#
3
# >>> execfile("hello_with_doctest.py")
4
# Hello world.
5
#
6
# ::
7
8
print
"Hello world."