Add another tuple to a tuple of tuples

后端 未结 4 812
猫巷女王i
猫巷女王i 2021-02-01 12:34

I have the following tuple of tuples:

my_choices=(
         (\'1\',\'first choice\'),
         (\'2\',\'second choice\'),
         (\'3\',\'third choice\')
)
         


        
4条回答
提交回复
热议问题