Python 2

123456789101112131415161718
Across
  1. 4. elements maintained in order and accessed by an index
  2. 9. a piece of code that can be called over and over
  3. 10. keyword that is used to expose classes from another module
  4. 12. command used to create an object for file I/O
  5. 13. used to construct a new list from a source list using a one line loop
  6. 14. arranges arrays into frames to data manipulation and analysis
  7. 15. last name of the author referenced when calling "import this" in python
  8. 17. any structure that contains a collection of objects which you can loop over
  9. 18. data type that is a special type of list that contains only characters
Down
  1. 1. this data type may hold only one of two values
  2. 2. uses hashed keys to access associated values
  3. 3. a collection of objects similar to a list or tuple that cannot contain a duplicate
  4. 5. a centralized version control system
  5. 6. a type of error that causes a program to behave unexpectedly
  6. 7. this loop executes as long as the condition is true
  7. 8. this is checked at run time to make decisions on how the logic should flow
  8. 11. a type of error that prevents execution because of malformed code
  9. 16. the action of return a part of a list