Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) print(len(a))
b) print(min(a))
c) a.remove(5)
d) a[2]=45