Files
2026-05-13 17:09:39 +02:00

7 lines
80 B
Python

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