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