This is a dictionary

Опубликовано: 14 Февраль 2026
на канале: CyberTodd
366
15

A dictionary is one of the data structures in Python. A dictionary is unordered, changeable and indexed. This is an example of a simple dictionary:

name = {
"first": "Mike",
"age": 29,
}

-------------------------Subscribe----------------------------
• If you like to see a variety of fun and interactive projects written in Python
• If you love ☕ and 🐶 WAIT! - Yeah! Definitely, coffee and dogs!
-----------------------------------------------------------------------

-------------------------Socials----------------------------
• Twitter:   / iftodd1  
• Facebook:   / iftodd  
• Instagram:   / if_todd  
------------------------------------------------------------------

-------------------------Support----------------------------
You can support me here:   / if_todd  
--------------------------------------------------------------------

This is a dictionary #python #shorts #dictionary