Compare commits
2 Commits
e26d273274
...
a09892ef18
Author | SHA1 | Date |
---|---|---|
CriptDit | a09892ef18 | 6 months ago |
CriptDit | aff43e81d5 | 6 months ago |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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