学习内容:
from sys import argv
#read the WYSS section for how to run this
script, first, second, third = argv
print ("The acript is called:", script)
print ("Your first variable is:", first)
print ("Your se
学习内容:
from sys import argv
#read the WYSS section for how to run this
script, first, second, third = argv
print ("The acript is called:", script)
print ("Your first variable is:", first)
print ("Your se