Khan Academy: "Python Lists" and "Fun With Strings"
Please watch the two lectures. Lists and strings are similar, in that a string can be viewed as a list of characters. However, while similar, they are different objects with their own methods or functions used to manipulate them. A program consists of control phrases, or statements, and data structures. Lists and strings are two important data structures for problem solving.
Last modified: Tuesday, February 9, 2016, 11:59 AM