Python
Across
- 3. a builtin function that returns a sequence of numbers, useful for looping
- 4. a sequence of immutable objects
- 7. an unordered collection of key-value pairs
- 9. the output after compiling a python program
- 11. a small anonymous function
Down
- 1. a function used to remove whitespace from a string
- 2. a function that is a member of a class
- 5. a sequence of mutable objects
- 6. a distribution of python for scientific computing
- 8. function to search for an element in a list and get its position
- 10. a blueprint for creating objects
- 12. A file containing a set of functions you want to include in your application