print(25 in D1)
(a) True
(b) False
(c) Error (d) None
11. What will be the result of the following code?
d1 = {"abc":5,"def":6,"ghi":7)
print(d1[0])
(b) 5
(c) {"abc":5} (d) Error
(a) abc
do ?
10. What is printed by the following statements ?
D1 = {"cat":12, "dog" : 6, "elephant":23, "bear":20}
Answers
Answered by
3
3numbar is the answer this is your answer ok ok ok
Answered by
0
Answer:
11.error cause variables are started with { and ended with )
Similar questions