cours3
This commit is contained in:
3
python/3/books.py
Normal file
3
python/3/books.py
Normal file
@@ -0,0 +1,3 @@
|
||||
file = open("books.csv","r")
|
||||
for row in file:
|
||||
print(row[3])
|
Reference in New Issue
Block a user