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