Chapter 7
Contents: True/False | Multiple Choice | Discussion
| Programs
True/False
- True
- False
- True
- False
- True
- True
- False
- False
- True
- False
Multiple Choice
- c
- c
- b
- c
- b
- c
- a
- c
- c
- c
Discussion
- Answers will vary.
- Trees
Larch
Done
- Trees
Chestnut
Done
- Spam Please!
Done
- Cheese Shoppe
Cheddar
Done
- It's a late parrot!
Done
- Cheese Shoppe
Cheddar
Done
- Simlar in that the try/except conditionally executes a block of code.
Different in that the try except does not contain a specific desicion, but
executes the except based on an exception that ay be raised by any statement
in the try block.
Programming Exercises
Code for Chapter 7 Exercises