# Introduction In this lab, we'll learn data structures in Python, the main contents of the data structures we'll be working with are: lists, tuples, dictionaries, and sets. ## Achievements - Lists - List Comprehensions - Tuples - Dictionaries - Sets
Click the virtual machine below to start practicing