Answers for "how to add a number to a tuple"

0

how to add number in tuple

a = ('2',)
b = 'z'
new = a + (b,)
Posted by: Guest on August-04-2020

Code answers related to "how to add a number to a tuple"

Browse Popular Code Answers by Language