On Mon, Apr 1, 2013 at 4:19 AM, C.T. <swilk...@gmail.com> wrote: > Thank you, Chris! I could use slicing and indexing to build the dictionary > but the problem is with the car manufacturer an the car model. Either or both > could be multiple names.
Then you're going to need some other form of magic to recognize where the manufacturer ends and the model starts. Do you have, say, tabs between the fields and spaces within? ChrisA -- http://mail.python.org/mailman/listinfo/python-list