MCQOPTIONS
Saved Bookmarks
| 1. |
If a={5,6,7,8}, which of the following statements is false?a) print(len(a))b) print(min( |
| A. | print(len(a)) |
| B. | print(min(a)) |
| C. | a.remove(5) |
| D. | a[2]=45 |
| Answer» E. | |