If a={5,6,7,8}, which of the following statements is false?
Posted: Wed Jul 13, 2022 7:45 pm
a) print(len(a))
b) print(min(a))
c) a.remove(5)
d) a[2]=45
b) print(min(a))
c) a.remove(5)
d) a[2]=45
Accurate answers. Every time.
https://answerhappy.com/