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