create tuple from list comprehension code example Example: tuple in list comprehension tup = tuple([(element.foo, element.bar) for element in alist])