publicMasters/python/3/books.py
pvalarcher bec097d892 cours3
2022-10-26 14:07:56 +02:00

4 lines
64 B
Python

file = open("books.csv","r")
for row in file:
print(row[3])