Home »
Python »
Python Dictionary MCQs
In the dictionary, which symbol is used to separate different elements?
5. In the dictionary, which symbol is used to separate different elements?
- ,
- ::
- :
- ""
Answer: A) ,
Explanation:
The comma (, is used to separate the different dictionary elements.