This commit is contained in:
pvalarcher
2022-10-26 14:07:56 +02:00
parent 3238260b03
commit bec097d892
6 changed files with 46 additions and 1 deletions

3
python/3/books.py Normal file
View File

@@ -0,0 +1,3 @@
file = open("books.csv","r")
for row in file:
print(row[3])