Chapter 8
Storing Collections of Data Using Lists

Up to this point, we have seen numbers, Boolean values, strings, functions, and a few other types. Once one of these objects has been created, it can’t be modified. In this chapter, you will learn how to use a Python type named list. Lists contain zero or more objects and are used to keep track of collections of data. Unlike the other types you’ve learned about, lists can be modified.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset