import sys for thing in sys.argv: print(thing, end=' '). Now suppose we enter this command line: python silly.py arg1 arg2 arg3.
確定! 回上一頁