index
:
user/henk/code/python/learn_python.git
main
wip/adding_first_tests
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hello
/
hello.py
blob: debf6e1dc14b431d86274b9e79b3ad585a2aa6ac (
plain
)
1
2
3
4
5
6
7
#!env python3
import
sys
who_to_greet
=
sys
.
argv
[
1
]
print
(
'Hello'
,
who_to_greet
)