how to convert a dictionary in python tuple with all items inside a single tuple code example Example: tuple to dict t = (1, 2) d = dict([t])