2- Consider the following Python dictionary: {'Wednesday': 'Wednesday', 'Thursday': 'chilly'} Using the in keyword, would 'Wednesday' be considered a member of this dictionary? Ensure that you select...


2-



Consider the following Python dictionary:


{'Wednesday': 'Wednesday', 'Thursday': 'chilly'}

Using the in keyword, would 'Wednesday' be considered a member of this dictionary? Ensure that you select the answer which also includes acorrect explanation.






a.

No, because it is not a value in the dictionary.






b.

Yes, because it is a value in the dictionary.






c.

No, because it is not a key in the dictionary.






d.

No, because it is not both a key and a value in the dictionary (not just one or the other).






e.

Yes, because it is a key in the dictionary.






f.

Yes, because it is both a key and a value in the dictionary (not just one or the other).








Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here