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