June 2017
Beginner
352 pages
8h 39m
English
We've already covered lists a little, and we've been making good use of them. We know how to create lists using the literal syntax, add to them using the append() method, and get at and modify their contents using the square brackets indexing with positive, zero-based indexes.
Zero and positive integers index from the front of a list, so index four is the fifth element in the list:

Now we'll take a deeper look.
Read now
Unlock full access