Home »
Python »
Python Dictionary MCQs
In the dictionary, which symbol is used to separate keys and pairs?
4. In the dictionary, which symbol is used to separate keys and pairs?
- ,
- ::
- :
- ""
Answer: C) :
Explanation:
In Dictionary, keys and values are separated by using a colon.