Python Basics: Chapter 09 – Lists, Tuples, and Dictionaries Quiz

Interactive Quiz ⋅ 8 Questions
By David Amos

In this chapter, you’ve met three new and important data structures:

  • Lists
  • Tuples
  • Dictionaries

All three of these data types are containers, meaning they are objects that “contain” other objects. They each have some important distinguishing properties and come with their own set of methods for interacting with objects of each type.

Lists, tuples, and dictionaries are powerful data structures. When you combine these structures with the knowledge you have of functions, loops, and conditional logic, you will be able to write much more complex programs.

If you’d like to walk through some of these concepts in a video course, then check out Python Basics: Dictionaries.

The quiz contains 8 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!

« Browse All Python Quizzes