mrstephengross <mrstevegross at gmail.com> writes: > ( ('a', '1'), ('b', '2'), ('c', '3') I'm not trying to be snide, but have you tried looking in the manual? See http://python.org/doc/lib and look at the section about built-in types, if you want to know things about tuples or dictionaries.