4 ответов
+ 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
+ 1
Thank you😊👍
0
🤕🤕🤕🤔