Across
- 2. A data type with values True or False.
- 3. Operator used to check if a value exists in a list or set.
- 7. Method to remove an item from a list by index.
- 8. The position of an element in a sequence.
- 9. Function to take user input.
- 10. A statement used for conditional execution.
- 13. A collection of unique elements.
- 15. Function that displays information to the screen.
- 16. A method to find common elements between sets.
- 17. A data structure that stores an ordered collection of items.
- 18. A method to combine elements from two sets.
- 19. An immutable ordered collection.
- 20. A container for storing data values.
Down
- 1. Method to delete an element from a list.
- 3. Statement used to bring in external modules.
- 4. A data type that stores key-value pairs.
- 5. Extracts a portion of a list, string, or other sequence.
- 6. Method to add an element to the end of a list.
- 10. An extension of the if statement for two conditions.
- 11. A number with a decimal point.
- 12. A whole number without a decimal point.
- 13. A data type used for text.
- 14. Issues that prevent a program from running.
