Q:

how to add number in tuple

a = ('2',)
b = 'z'
new = a + (b,)
1

New to Communities?

Join the community