Term
|
Definition
To prevent an exception from terminating a program using the try and except statements. |
|
|
Term
|
Definition
A special character used in files and strings to indicate the end of a line. |
|
|
Term
|
Definition
A technique that works elegantly in Python. “Using try and except is the Pythonic way to recover from missing files”. |
|
|
Term
|
Definition
Apersonorteamfocusedoninsuringtheoverallqualityofa software product. QA is often involved in testing a product and identifying problems before the product is released. |
|
|
Term
|
Definition
A sequence of characters stored in permanent storage like a hard drive. |
|
|