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
5
Answer:
I think 1 is a correct answer
Answered by
0
Answer:
Explanation
The correct answer is 2nd option
Similar questions