我确实再次 st。
就我的工作而言,问题是
减去从3份CSV档案中得出的实地[年]价值47美元。
ok! 但是,在我使用“SUM”职能时,现在就出现了错误。
我的法典是这样说的。
import csv
myFile = csv.reader(open( 3028571a.csv , newline= ), delimiter= , , quotechar= | )
next(myFile)
for record in myFile:
records = int(record[0])
if records < 47:
sum(records)
print(records)
如同5个记录,但错误一得到
类型:无物体
......任何建议? 我必须思考一下由此而来的理由。