Answers

Question and Answer:

  Home  Python

⟩ How is the Implementation of Pythons dictionaries done?

Using curly brackets -> {}

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

 156 views

More Questions for you: