We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d107c1 commit 9057c31Copy full SHA for 9057c31
script.py
@@ -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