Computer Science, asked by jainvansh1403sre, 7 months ago

li tup = (20,30,40,50), which of the following is incorrect?


(i) print(tup[3])
(ii) tup[2] = 56
(iii) print(max(tup))
(iv) print(len(tup))​

Answers

Answered by ay98872gmailcom
5

Answer:

I think 1 is a correct answer

Answered by rk28109720751
0

Answer:

Explanation

The correct answer is 2nd option

Similar questions