Thread
:
Python 2D array question
View Single Post
#
4
(
permalink
)
04-23-2007, 05:36 PM
annannienann
Newbie
Join Date: Apr 2007
Posts: 11
Rep Power:
0
Thanks everyone. Cracked it..
import csv
reader = csv.reader(open("C:\\Documents and Settings\Peter Sutton\Desktop\Practice Open Book Graphs.txt", "rb"))
array = []
for row in reader:
array.append( row )
print array
annannienann
View Public Profile
Send a private message to annannienann
Find all posts by annannienann