Vidyalelo
Python · Q20

Python Sets MCQs: Exam

Programming · Python · question 20

Q20

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board