1.

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» E.


Discussion

No Comment Found