Python Tutorials · Python Dictionaries

Dictionary Exercises

Learn all about Dictionary Exercises in this comprehensive tutorial.

5 min read beginner
  • Now you have learned a lot about dictionaries, and how to use them in Python.
  • The exercises are a mix of "multiple choice" and "fill in the blanks" questions.
  • Find a complete collection of Python Exercises for each chapter in this tutorial in our Python Exercises page:

Introduction

Now you have learned a lot about dictionaries, and how to use them in Python.

Are you ready for a test?

Test your Python Dictionary skills with exercises from all categories:

The Exercise

The exercises are a mix of "multiple choice" and "fill in the blanks" questions.

There are between 3 and 9 questions in each category.

The answer can be found in the corresponding tutorial chapter.

If you're stuck, or answer wrong, you can try again or hit the "Show Answer" button to see the correct answer.

Introduction

Find a complete collection of Python Exercises for each chapter in this tutorial in our Python Exercises page:

Dictionary Exercises

Now you have learned a lot about dictionaries, and how to use them in Python.

playground.py