Question: What does the code for an empty dictionary with the variable names look like? A names={ } B names=( ) C names=[ ] D name={0}
What does the code for an empty dictionary with the variable names look like?
| A | names={ } | |
| B | names=( ) | |
| C | names=[ ] | |
| D | name={0} |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
