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