| A | B |
| Character used to begin a comment | # |
| an advantage of using functions | can be imported & used by many programs |
| What is used in a function name instead of whitespace? | __ (underscore) |
| How is whitespace usually created? | Spacebar or Tab key |
| describes the order in which these parts of a program should be written | The import command, then function definitions, then function calls |
| Comments should be written in what type of language? | Clear & plain language |
| If you define a function name, and it turns purple instead of blue, what should you do? | change the name |
| What should you use as the argument for the goto() command? | The X and Y coordinates of a point |
| What are the coordinates of the origin point? | (0, 0) |
| (2, -18) is in what direction from the origin? | To the right and down from the origin |
| The coordinate tells you... | where a point is along the X and Y axis |
| What is code reuse meant to do? | Save time |
| What are comments meant to do? | Explain what some code is doing |
| an invisible horizontal line that goes across the center of the turtle graphics window. | x axis |