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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

3.13 Glossary 35<br />

local variable: A variable defined inside a function. A local variable can only<br />

be used inside its function.<br />

stack diagram: A graphical representation of a stack of functions, their variables,<br />

and the values <strong>to</strong> which they refer.<br />

frame: A box in a stack diagram that represents a function call. It contains the<br />

local variables and parameters of the function.<br />

traceback: A list of the functions that are executing, printed when a runtime<br />

error occurs.

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

Saved successfully!

Ooh no, something went wrong!