Python

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