If one has a list of lists such as

lst = [['a','1'],['b','2']]

is there a standard python idiom for writing and reading the pairs to/
from a file?


Thanks,

jh

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to