1.

Consider a tuple tup1 = (10, 15, 25, and 30). Identify the statement that will result in an error. a. print(tup1[2]) b. tup1[2] = 20 c. print(min(tup1)) d. print(len(tup1)

Answer»

Answer is b. tup1[2] = 20



Discussion

No Comment Found

Related InterviewSolutions