bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/Python/Foundations Practice
Python•Foundations Practice

Python Dictionaries Code Challenge

Concept visual

Python Dictionaries Code Challenge

keys map to buckets01kiwi:12pear:43apple:7grape:9

Challenge: Dictionaries Basics

Test your understanding of creating, accessing, changing, adding, and removing dictionary items.

Previous

Python Dictionary Exercises

Next

Python Shorthand If