Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 159 Bytes

dictionaries.md

File metadata and controls

3 lines (2 loc) · 159 Bytes

Dictionaries

A collection which is unordered, changeable and indexed. In Python dictionaries are written with curly brackets, and they have keys and values.