Skip to main content

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.

You have attempted of activities on this page.