Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Computer Programming
Python
Python Question:
How is the Implementation of Pythons dictionaries done?
Tweet
Share
WhatsApp
Download PDF
Answer:
Using curly brackets -> {}
E.g.: {'a':'123', 'b':'456'}
Download Python PDF
Read All 25 Python Questions
Previous Question
Next 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?