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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board