LINKS TO FULL CONTENT
Full lesson: https://computersciencecamp.com/cours...
Full course: https://computersciencecamp.com/cours...
FULL LESSON DESCRIPTION
In this lesson, we’ll begin our deep dive into container data types by discussing Python lists. We’ll talk about the basic operations that allow us to declare, access, and manage lists, and I’ll propose an introductory problem for you to get your first hands-on experience with a list.
FULL LESSON CONTENT
Part 1. Basic list operations
Part 2. Problem: Reading a list from the user