Which one of the following is valid dictionary in Python: *
a) d1={1:“111”;11:“222”;111:“333”}
b) d1={1:“111”,11:“222”,111:“333”}
c) d1=(1:“111”=11:“222”=111:“333”)
d) d1=(1:“111”-11:“222”-111:“333”]
Answers
Answered by
1
Answer:
ok
Explanation:
A is answer
PLEASE MARK AS BRAINLIST
IF THE ANSWER IS HELPFULL FOR YOU
Similar questions