A
Q. What is the output of the following code?
Code:
d = {"alex":30, "bob":35}
d["alex"]
d["alex"]
- Correct Answer - Option(A)
- Views: 26
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.