Re: Converting List of Tuples to List of Strings
Martin Jenkins <mj-Vfh7fEhEWOlaa/[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Organization | XQP Ltd |
| Message-ID | <[email protected]> |
Rich Shepard wrote: > That's it! I don't know why I keep forgetting to use the second index of > [0], but this is the second time it's not occurred to me. Well, if I had a pound for every time I've forgotten it I'd have about a hundred pounds. ;) >> You couldn't strip parentheses off because they're not part of the string. > I thought they were because the tuple was enclosed on double quotes. They must have been in an earlier version at your end - I couldn't see any in the message you posted. Martin