Suppose t = (1, 2, 4, 3), which of the following is incorrect?
Posted: Wed Jul 13, 2022 7:45 pm
a) print(t[3])
b) t[3] = 45
c) print(max(t))
d) print(len(t))
b) t[3] = 45
c) print(max(t))
d) print(len(t))
Accurate answers. Every time.
https://answerhappy.com/