About python dictionaries | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

About python dictionaries

Please can someone explain dictionaries in python? Thanks

12th Sep 2023, 7:00 AM
Abduljunju
4 Answers
+ 2
"Dictionary" is a topic that you can understand through explanations with examples. If you don't understand it on Sololearn, you can search on Google, but here's an explanation for you. Hope you understand it. In Python, dictionaries are mutable data structures that allow you to store key-value pairs. Dictionary can be created using the dict() constructor or curly braces' {}'. Once you have created a dictionary, you can add, remove, or update elements using the methods dict. update() Reference: Simplilearn
12th Sep 2023, 9:56 AM
Sakshi
Sakshi - avatar
+ 1
Thank you😊👍
12th Sep 2023, 11:18 AM
Abduljunju
0
🤕🤕🤕🤔
12th Sep 2023, 9:31 AM
Abduljunju