Dictionary is one of the built-in data structures in Python. Whenever we need to work with data those come in ‘Key: Value’ pair, we use dictionary. That means dictionaries are data structure that stores information associated with particular key. In this lesson, we will learn to use Python dictionary.
The Python code used in this lesson:
user = {
"Name": "Nuruzzaman Faruqui",
"Age": 28,
"Email": "faruquizaman27@gmail.com",
"is_Verified": True
}
user["Age"] = 29
user["Job"] = "Teaching"
print(user)
‘You are free to copy, edit, use and distribute this code without crediting the author. Enjoy copyright-free content.’ – Nuruzzaman Faruqui.
En esta página del sitio puede ver el video en línea Dictionary in Python de Duración hora minuto segunda en buena calidad , que subió el usuario Nuruzzaman Faruqui 21 septiembre 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 281 veces y le gustó 2 a los espectadores. Disfruta viendo!