笨方法学Python 习题 13: 参数、解包、变量

from sys import argv script, first, second, third = argv print ("The script is called:", script) print ("Your first variable is:", first) print ("Your second variable is:", second) print ("Your thir
相关文章
相关标签/搜索