Closed toxically closed 6 years ago
代码:
# Example of reading tab-separated values with open('stock.tsv') as f: f_tsv = csv.reader(f, delimiter='\t') for row in f_tsv: # Process row ...
stock.tsv打错
stock.tsv
代码:
stock.tsv
打错