Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.17 KB

logo_ironhack_blue 7

Lab | Dicts, Sets, and Tuples

Introduction

Dicts, Sets, and Tuples are alternative data structures in Python to Lists which allow you to do different things. In this lab you will practice with these data structures and become proficient at using them.

Getting Started

Respond to the questions in Challenge 1, 2, and 3. Refer to the references if you are stuck.

Deliverables

  • challenges.ipynb with your responses to each of the exercises.

Submission

Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.

References