MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of the following snippet of code? >>> b={} >>> all(b) |
| A. | { } |
| B. | False |
| C. | True |
| D. | An exception is thrown |
| Answer» D. An exception is thrown | |