so this: a, b, c, d, e =f.readlines() ..this will put the first line in a, second in b, etc? How do I accomplish this when I'm not sure how many lines there are going to be every time? Thanks.
-- http://mail.python.org/mailman/listinfo/python-list
so this: a, b, c, d, e =f.readlines() ..this will put the first line in a, second in b, etc? How do I accomplish this when I'm not sure how many lines there are going to be every time? Thanks.
-- http://mail.python.org/mailman/listinfo/python-list