求问关于from sys import argv的问题
代码如下:from sys import argv
script,first,second,third=argv
print "The script os called:",script
print "Your first variable is:"first
print "Your second variable is:"second
print "Your third variable is:"third
可是在运行的时候,不知道为什么会报错。。。
如下图: