import fileinput for line in fileinput.input(): process(line) This iterates over the lines of all files listed in sys.argv[1:],
確定! 回上一頁