Computer Science, asked by moderntechwithaditya, 2 months ago

Which of the following will give error if D1 is opereated?

D1 = {“a” : 1, “b” : 2, “c” : 3}

a) print(len(D1)) b) print(D1.get(“b”))

c) D1[“a”] = 5 d) None of these

Answers

Answered by nehaojasv
4

Answer:

C will give error to D1

Explanation:

mark me as brainliest ans.

Similar questions