1
16. Which of the following options
will not result in an error when
performed on tuples in Python
where tup=(5,2,7,0,3)? *
O tup[1]=2
O tup.append(2)
O tup1=tup+tup
O tup.sort()
Answers
Answered by
0
Answer:
tup1=tup+tup
.. ............. ........
Similar questions