Python add item to the tuple October 13, 2022 by Tarik You need to make the second element a 1-tuple, eg: a = ('2',) b = 'z' new = a + (b,)