Creating a dictionary in python using Jupyter Notebook
Опубликовано: 13 Ноябрь 2024 на канале: DataAnalysta
954
7
To create a dictionary in python we need to use curly brackets. A dictionary consists of a key and value. In order to show a the value in a dictionary we use the key, as shown: DICTIONARY_NAME['KEY'] = VALUE