P
Q. The output of this Python code would be
Code:
>>> x={1:”X”,2:”Y”,3:”Z”}
>>> del x
>>> del x
- Correct Answer - Option(D)
- Views: 159
- Filed under category Python
Discusssion
Login to discuss.