Skip to content

Commit 657c597

Browse files
梁凯梁凯
梁凯
authored and
梁凯
committed
ex13
1 parent bb01c4c commit 657c597

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ex13.py

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)