What about this?
dic = {}
for line in file("findvalue.dat"):
a,b,c,d = line.split()
dic [a] = (float(b), float(c), float(d))
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
