how to add elements to a tuple code example Example: how to add number in tuple a = ('2',) b = 'z' new = a + (b,)