6
Which of the following statement create a dictionary? in python
a) X= { }
b) X = {"Sohan”:40, "Mohan”:45}
c) X = dict()
d) All of the above
Answers
Answered by
1
Answer:
c
Explanation:
hope its helpful
pl like me
Similar questions