Python Question:

Download Job Interview Questions and Answers PDF

How is the Implementation of Pythons dictionaries done?

Python Interview Question
Python Interview Question

Answer:

Using curly brackets -> {}

E.g.: {'a':'123', 'b':'456'}

Download Python Interview Questions And Answers PDF

Previous QuestionNext Question
Does python support switch or case statement in Python? If not what is the reason for the same?What is the statement that can be used in Python if a statement is required syntactically but the program requires no action?