This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
xiaoguang_li
/
hue
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
cfa38e68d5
Ramuri
Etichete
cdh6.2.1
hue-cdh-4.3.0
master
release-4.3.0
hue
/
apps
/
oozie
/
examples
/
managed
/
shell
/
hello.py
hello.py
77 B
Istoric
Crud
1
2
3
4
5
6
#!/usr/bin/env python
import sys
print 'Hello ' + ', '.join(sys.argv[1:])