Computer Science, asked by mengal22ravi, 7 months ago

What is the output of the following code?
dict 1=(
dict 1["x"]=[5]
print (dict_1["x"][5])​

Answers

Answered by manojkumar9328
3

Answer:

B

Explanation:

the value can be defined as plain text but here its with operator

Similar questions