Showing posts with label exercise32. Show all posts
Showing posts with label exercise32. Show all posts

Tuesday, September 27, 2011

LPTHW Exercise 32

In this exercise we work with lists. A list is an ordered collection of items. We can iterate through all the items in a list, using a for..in loop. A range generates a list in an arithmetic progression. We can add elements to a list using the 'append' statement.