Python Scripting

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