Strings and Methods

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