Skip to content

Commit 9057c31

Browse files
authored
Add files via upload
1 parent 0d107c1 commit 9057c31

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

script.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import sys
2+
#print(sys.argv[0], argv[1],sys.argv[2]) # this line would print out: filename argument1 argument2
3+
print('Welcome {}. Enjoy {} for Data Science ^_^'.format(sys.argv[1], sys.argv[2]))
4+
5+
6+
7+

0 commit comments

Comments
 (0)