Python Part IV - Storing Multiple Values in Lists

Any variable with a string assigned is a member of the class called string. String methods can be used to manipulate that string. Explore string methods by working through these commands in the interactive shell and describing what happens. >>>myVariable="A million shards of glass" >>>myVariable.upper() >>>myVariable.replace("a","x ... ................
................