Course Content
Python Data Structures
Python Data Structures
Challenge: Expand the Dictionary
Swipe to show code editor
Expand the book dictionary by adding a new key named "genres"
. The value for this key should be a list of genres that describe the book (e.g., "Fiction", "Dystopian", "Political Fiction").
Thanks for your feedback!
Challenge: Expand the Dictionary
Swipe to show code editor
Expand the book dictionary by adding a new key named "genres"
. The value for this key should be a list of genres that describe the book (e.g., "Fiction", "Dystopian", "Political Fiction").
Thanks for your feedback!