Talk:Python Programming/Lists

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] Slices

It seems to be that all of the discussion on indexing/slicing should be in one place. Right now the discussion is split rather awkwardly between here and the strings section. Within the list section we can just cover slice/index assignment. --Artevelde 09:27, 26 October 2005 (UTC)

[edit] Length of a list

Nice work, but how about a paragraph about len(list), max(list), min(a)