04. Lists
3 Docs
Last Updated: May 2, 2026
Lists: Basics, Indexing & Changing Items
When writing programs, you will often need to store more than just a single...
Last Updated: May 2, 2026
Adding, Removing Items & List Methods
Once you understand how to create and access items in a list, the next...
Last Updated: May 2, 2026
Advanced Lists: Comprehension & Nested Lists
In this guide, we will learn how to write cleaner code using List Comprehension...

