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

Suppose t = (1, 2, 4, 3), which of the following is incorrect?
t[3] = 45
Good Your Answer is Correct
t[3] = 45
print(max(t))
print(len(t))

Leave a Reply

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