Computer Science, asked by omkumar5049, 3 months ago

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 arayan453
0

Answer:

tup1=tup+tup

.. ............. ........

Similar questions