In this Python Dictionary lesson i want to show you Creating Dictionary in Python, a python dictionary is a collection of data values which is unordered, and it is changeable. or we can say a dictionary in Python is a collection of key-value pairs. Each key is connected to a value, and you can use a key to access the value associated with that key. A key’s value can be a number, a string, a list, or even another dictionary. In fact, you can use any object that you can create in Python as a value in a dictionary. In Python dictionaries are written with curly brackets, and they have keys and values.

https://geekscoders.com/courses/python-tutorial/lessons/python-dictionary-creating-dictionary-in-python/

#python #dictionary

Python Dictionary - Creating Dictionary in Python - Geekscoders
2.75 GEEK