Examveda

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: Option B


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python