Advertisement
kced20

read in python

Feb 22nd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. f = open("C:\Users\kced20\Desktop\myread\international.csv","r")
  2. for line in f:
  3.   print (line)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement