Glenn Lester <[email protected]> Wrote in message: > ?????????
You forgot to make your message a text one, and also omitted your Python version. So I'll respond from memory, assuming you're using version 3.5 The csv reader can make a dictionary from each line of the csv file. So you can readily make a list of dicts. https://docs.python.org/3.5/library/csv.html -- DaveA _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
