MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the statements about dictionary values if false? |
| A. | more than one key can have the same value |
| B. | the values of the dictionary can be accessed as dict[key] |
| C. | values of a dictionary must be unique |
| D. | values of a dictionary can be a mixture of letters and numbers |
| Answer» D. values of a dictionary can be a mixture of letters and numbers | |