What is the output of the following code?
dict 1=(
dict 1["x"]=[5]
print (dict_1["x"][5])
Answers
Answered by
3
Answer:
B
Explanation:
the value can be defined as plain text but here its with operator
Similar questions