Lecture 42: Dictionary in Python Language

A dictionary in Python is a built-in data type that stores data in key-value pairs. Dictionaries are mutable, which means they can be changed after they are ...

Nafees AI Lab10 views8:48

🔥 Related Trending Topics

LIVE TRENDS

This video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!

THIS VIDEO IS TRENDING!

This video is currently trending in Thailand under the topic 'สภาพอากาศ'.

About this video

A dictionary in Python is a built-in data type that stores data in key-value pairs. Dictionaries are mutable, which means they can be changed after they are created. Keys in a dictionary must be unique and immutable (e.g., strings, numbers, or tuples), while values can be of any data type and can be duplicated. Dictionaries are defined using curly braces {}, with key-value pairs separated by colons : and items separated by commas ,

Video Information

Views
10

Total views since publication

Duration
8:48

Video length

Published
May 18, 2025

Release date