ReePrime
Lecture 43: Python has Un-changeable dic key

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

Lecture 43: Python has Un-changeable dic key

N
Nafees AI Lab

13 Views • May 18, 2025

Description

In Python, a dictionary stores data as key-value pairs. Each key within a dictionary must be unique and immutable, meaning it cannot be changed after it's created. Common data types used for keys include strings, numbers, and tuples