We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb01c4c commit 657c597Copy full SHA for 657c597
ex13.py
@@ -0,0 +1,9 @@
1
+#-* coding: utf-8 *-
2
+from sys import argv
3
+
4
+script, first, second, third = argv
5
6
+print "The script is called:", script
7
+print "Your first variable is:", first
8
+print "Your second variable is:", second
9
+print "Your third variable is:", third
0 commit comments