Test 2 study crossword

123456789101112131415161718192021222324
Across
  1. 2. Substring s[4:9] for s=”Hi, happy Sunday!”
  2. 5. Numeric code of a single character
  3. 7. Function name that creates a file object and prepares the file for reading/writing
  4. 10. List.pop() will remove and _______ last item in the list
  5. 11. Dictionaries are a ______ data type
  6. 14. Python keyword stopping control flow and throwing an exception
  7. 18. Python GUI package that provides saveAs and file open dialog functions
  8. 19. Sequence[] meaning for list operations
  9. 20. _____ variables are accessed by name using an object’s dot notation
  10. 22. Sequence[:] meaning for list operations
  11. 24. Exception handling uses a try/_____
Down
  1. 1. * meaning in string processing
  2. 3. Usually, the name of the first parameter of a class method
  3. 4. __init__ is a special method known as the object _________
  4. 6. + meaning in string processing
  5. 8. Capable of or subject to change or alteration
  6. 9. Sys list that stores command line arguments
  7. 12. List within another list
  8. 13. List method that add all items in a list to the list
  9. 15. Instance variables and methods are called the __________ of an object
  10. 16. String method that creates a copy with all characters converted to uppercase
  11. 17. String method that concatenates a list of strings into one large string
  12. 20. Dictionary method that returns a sequence of tuples of key-value pairs
  13. 21. File mode that adds data to an existing file
  14. 23. Function that converts a numeric code to the corresponding