Python Crossword

1234567891011121314151617
Across
  1. 2. Can be used to convert an integer to a string.
  2. 4. Function that applies another function to each element of a list.
  3. 6. Parses a string as a Python expression and evaluates the result.
  4. 11. True or False.
  5. 12. This method could be used to remove space characters from the beginning and end of a string.
  6. 14. Display contents of a string.
  7. 16. Numbers with decimal points.
Down
  1. 1. Adds up a list of numbers.
  2. 2. This method can be used to convert a sentence into a list of words.
  3. 3. This method converts all characters in a string to lowercase.
  4. 5. This function retrieves documentation about other functions.
  5. 7. Gives the number of characters in a string.
  6. 8. Operator that gives you the remainder.
  7. 9. This method could be used to remove all occurrences of a substring from a string.
  8. 10. Can be used to convert a string to an integer.
  9. 12. Data type used to represent textual information.
  10. 13. Operator that identifies if something belongs to a list or set.
  11. 15. Function that collects what the user types and turns it into a string.
  12. 17. Function that gives the datatype of a value.