Sail E0 Webinar
Question
Suppose t = (1, 2, 4, 3), which of the following is incorrect?
Options:
A .  print(t[3])
B .  t[3] = 45
C .  print(max(t))
D .  print(len(t))
Answer: Option B


Values cannot be modified in the case of tuple, that is, tuple is immutable.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers