parent
e26d273274
commit
aff43e81d5
@ -1,7 +0,0 @@
|
|||||||
import csv
|
|
||||||
|
|
||||||
with open('data.csv','r',encoding='utf-8') as csvfile:
|
|
||||||
reader = csv.reader(csvfile)
|
|
||||||
for row in reader:
|
|
||||||
print(len(eval(row[3])))
|
|
||||||
break
|
|
Loading…
Reference in new issue