笨方法學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
相關文章
相關標籤/搜索