Assignment 6 solution: 1. a) 2. a), b) depending on python version. Typically b) 3. c) 4. a) 5. c) 6. c) 7. a) ("Can't assign to literal") 8. b) ("Name 'banana' not defined") 9. SyntaxError = error with syntax, ie confused, missing, or inappropriate notation. NameError = error with a variable name, either not vaid or not defined typically 10. b) (So using "\" allows you to use typically incorrect characters correctly)