Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. #coding:utf-8
  2. import csv
  3.  
  4. with open('transofr.csv', newline='') as csv_file:
  5.     csv_content = file.reader(csv_file, delimiter=',', quotechar="|")
  6.     for row in spamreader:
  7.         print(row)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement