Iterate through each line of the args.file, which will be an open file handle. lookup[line[0].upper()] = line.rstrip() lookup = {} for line in args.file: ...
確定! 回上一頁