# storing all the rows in an output list output=[] forrowinreader: output.append(row[:]) forrowsinoutput: print(rows) 输出: gfg.py 的输出 上面的输入是如何存储在“my_csv.csv”文件中的: my_csv.csv 注:本文由VeryToolz翻译自How to read numbers in CSV files in Python?,非经特殊声明,文...