Answers for "add a tuple in a tuple python"

0

how to add number in tuple

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

Browse Popular Code Answers by Language