adplus-dvertising
frame-decoration

Question

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

Posted under Tuples and Sets Python

Answer: (d).a[2]=45

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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