

McqMate
Q. |
Suppose t = (1, 2, 4, 3), which of the following is incorrect? |
A. | print(t[3]) |
B. | t[3] = 45 |
C. | print(max(t)) |
D. | print(len(t)) |
Answer» B. t[3] = 45 |
View all MCQs in
Python ProgrammingNo comments yet