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