🤑 Join the Treehouse affiliate program and earn 25% recurring commission!
New No-Code Track! 🚀start learning today!
🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀
✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python
Bummer! You must be logged in to access this page.
This course is part of our College Credit Program, designed to help you earn college credit while mastering valuable skills. If you're interested in pursuing college credit, click here to learn more.
An object is a single unit of data in a Python program. So far, this course has introduced three types of objects: strings, integers, and floats. This chapter introduces three types of containers: lists, tuples and dictionaries. A container is an object that can hold an arbitrary number of other objects. By the end of this chapter, you will be equipped to solve more complex problems using fewer variables.