Q37
Suppose t = (1, 2, 4, 3), which of the following is incorrect?
A.
print(t[3])
B.
t[3] = 45
AnswerC.
print(max(t))
D.
print(len(t))
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board