filmov
tv
Python Dictionaries - Movie Catalog Example

Показать описание
This video demonstration will help students complete Exercise 12.2 from Murach's Python Programming textbook. It demonstrates modifying an existing program from using a list of lists to a dictionary data type. This particular video will walk through the existing functions - list, add, and delete and modify those functions to work with dictionary key/value pairs instead of list elements.