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