Suppose T 1 2 4 3 Which Of The Following Is Incorrect #457
Suppose t = (1, 2, 4, 3), which of the following is incorrect?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Tuples - Python Tuples - Quiz No.1.
Suppose t = (1, 2, 4, 3), which of the following is incorrect?
print(t[3])
t[3] = 45
print(max(t))
print(len(t))