Advertisement
rodolpheg

Untitled

Jan 29th, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import csv
  2. with open("mon_fichier.csv") as csv_file:
  3. reader = csv.reader(csv_file, delimiter=",")
  4. data = list(reader)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement