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
Prepare for Github,
[pylit.git]
/
doc
/
tutorial
/
hello_2.py
blob
4dd61a4379bee7e8b8a4179977b0598a45be28b7
1
# The classical programming example in Python
2
#
3
# Let Python_ print a string literal::
4
5
print
"Hello world."
6
7
# It's easy, isn't it?
8
#
9
# .. _Python: www.python.org