Across
- 4. The method to remove white space from around a string
- 6. The ability to take a substring out of a string using a colon
- 7. "crossword puzzle"[:5]
- 8. The keyword used to display text on the right side of the screen
- 9. The method used to make a string lower case
- 12. The number associated with the position of a character in a string
Down
- 1. The loop used to print off letters of a string on separate linges
- 2. The method used to make a string upper case
- 3. "a" + "crossword puzzle"[:5]
- 4. The method used to switch the casing of a string
- 5. The data type that represents anything with quotation marks
- 10. "crossword puzzle"[5:9]
- 11. The method used to locate a substring in a string