Skip to main content\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 8.11 Glossary
- Catch
-
To prevent an exception from terminating a program using the
try and
except statements.
- Newline
-
A special character,
\n, used in files and strings to indicate the end of a line.
- File Object or File Handle Object
-
Object that knows how to read from or write to a file.
- Pythonic
-
A technique that works elegantly in Python.
- Quality Assurance
-
A person or team focused on ensuring the overall quality of a software product.
- Text File
-
A sequence of characters stored in permanent storage like a hard drive.
Activity 8.11.1.
Match each term with its definition.
- catch
- To prevent an exception from terminating a program using the
try and except statements.
- newline
- A special character used in files and strings to indicate the end of a line.
- pythonic
- A technique that works elegantly in Python.
- quality assurance
- A person or team focused on ensuring the overall quality of a software product.
- text file
- A sequence of characters stored in permanent storage like a hard drive.
You have attempted
of
activities on this page.