7 lines
80 B
Python
7 lines
80 B
Python
# unfinished
|
|
f = open("cars.csv","r", encoding="utf-8")
|
|
|
|
name = []
|
|
|
|
for x in f:
|