1 Questions 2 Answers 0 Followers
Questions related from Manu Shanmugam
filename ='dst_2005_iaga.dat' with open(filename) as f: data=f.readlines()f.close() import csv reader = csv.reader(data)print data
26 April 2016 4,057 7 View