with open('arq.txt') as f: for line in f.readlines(): print (line.rstrip().replace('\t','')) ... Run it with python arq.py.
確定! 回上一頁