06.09.2021 Views

How to Think Like a Computer Scientist - Learning with Python, 2008a

How to Think Like a Computer Scientist - Learning with Python, 2008a

How to Think Like a Computer Scientist - Learning with Python, 2008a

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

11.6 Glossary 127<br />

format sequence: A sequence of characters beginning <strong>with</strong> % that indicates how<br />

<strong>to</strong> format a value.<br />

pickle: Towriteadatavalueinafilealong<strong>with</strong>itstypeinformationsothatit<br />

can be reconstituted later.<br />

exception: An error that occurs at runtime.<br />

handle: To prevent an exception from terminating a program using the try and<br />

except statements.<br />

raise: To signal an exception using the raise statement.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!