Breaking Strings into PiecesΒΆ
Learning Objectives:
- Using split to get at parts of a string.
- Use lists
- Use indices to get at parts of lists
- Show how parameters can be used for input to a procedure
- Use find and slice to create parts of strings
Learning Objectives: