Examveda

If a={5,6,7,8}, which of the following statements is false?

A. print(len(a))

B. print(min(a))

C. a.remove(5)

D. a[2]=45

Answer: Option D


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python