Term
|
Definition
| experiences related to knowledge of your body. You can use your knowledge of how to move your body to help you understand how to move the turtle objects. |
|
|
Term
|
Definition
| describes one or more lines of code. Comments are ignored by the computer. A comment in Python starts with #. The computer will ignore everything from the start of the comment to the end of that line. |
|
|
Term
|
Definition
|
|
Term
|
Definition
| can have data and behavior |
|
|
Term
|
Definition
| does an action, but doesn’t return a value |
|
|
Term
|
Definition
| focusing on just the important details in a context. |
|
|
Term
|
Definition
| a value passed into a procedure or function when it is called. |
|
|
Term
|
Definition
| a value passed into a procedure or function when it is called. |
|
|
Term
|
Definition
| using the name of the procedure or function followed by values to pass into the procedure or function. |
|
|
Term
|
Definition
| to run or call a procedure or function. |
|
|
Term
|
Definition
| a named group of related procedures and functions. |
|
|