Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 145 Bytes

File metadata and controls

8 lines (6 loc) · 145 Bytes

Chapter 08: Dictionaries

  • Key-value pairs
  • Syntax: {"key": value}

Methods

  • keys(), values(), items()
  • get(), update(), pop(), clear()