Page 1 of 1

Suppose t = (1, 2, 4, 3), which of the following is incorrect?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) print(t[3])
b) t[3] = 45
c) print(max(t))
d) print(len(t))