Computer Science, asked by vlsiddarth7, 2 months ago

Predict the output
a={'a':1,'b':2,'c':3}
print(a['a','b'])​

Answers

Answered by jai696
11

It will throw KeyError because you can only choose one key at a time.

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by nandanipaul123
5

Explanation:

it will throw key error because you can only choose one key at a time.

Similar questions