This commit is contained in:
2026-05-13 17:09:39 +02:00
parent 4519ee2076
commit f0f31e774d
11 changed files with 227 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
# unfinished
f = open("cars.csv","r", encoding="utf-8")
name = []
for x in f: