¡Sorpréndeme!

Lecture 43: Python has Un-changeable dic key

2025-05-18 8 Dailymotion

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