| A | B |
| # | character used to start a comment |
| an advantage of using functions | Functions can be imported and then used by many programs |
| In a function name, what should you use between words instead of whitespaces? | underscore __ |
| Variables make it easier to ... | make changes in your code |
| Floating point number | 19.67 |
| Comments should be written in what type of language? | Clear & plain language |
| if x=2, y=x+3, x+4, then y= | 5 |
| the argument for the goto() command | x and y coordinates |
| origin point | (0,0) |
| (2, -18) in what direction from the origin point | to the right and down |
| What does a coordinate tell you? | where a point is along the X and Y axis |
| "happy" + "birthday"= | happybirthday |
| comments in Python are meant to.... | explain what code is doing |
| The X axis | an invisible horizontal line |
| the Y axis | an invisible vertical line |
| the word "fifteen" is what kind of data type? | a string |
| 45 is an example of what kind of data type? | an integer |
| concatenation | adding strings together to make a new string |
| character | smallest unit in a written language |