Previous topic

10. Lists

Next topic

12. For loops

This Page

11. A character in a string

Todo

Immediately after having introduced lists and selecting an item by its index, do the same for strings.

However, show the difference between mutable lists and immutable strings. Then, introduce tuples. Make sure to show that parentheses are NOT required for defining tuples – and, in fact, show how to define a tuple with a single element.