Up until now, we have only been storing a single piece of data inside our variables. In this video, I show you how to level up your code by mastering Python lists, which allow you to store collections of multiple items in one place!
You will learn exactly how to create a list, how to add and remove items dynamically, and how computer indexing works—including why programmers always start counting from 0 instead of 1.
If you successfully created your first Python list today, drop a comment below and let me know what items you stored! Make sure to subscribe to Sarang Menon Academy so you don't miss Episode 6, where we combine loops and functions to start automating our data!
#PythonLists #SarangMenonAcademy #LearnToCode