click below
click below
Normal Size Small Size show me how
Reginald Bush U1 1-3
Unit Lesson 1-3
| Term | Definition |
|---|---|
| Editors | the large window where we type our code (on the left) |
| Line Number | the numbers at the beginning of each line |
| Run | after we type we our code , we click the run button to execute the program |
| Output Panel | show the end results of a successful code |
| console | this box contains error messages (bottom right) |
| Editor keys | a button that clicks the display a the list of short cut keys |
| Comments | begin w/ two dashes and a space (--) and they are ignored by the computer |
| Definition | has a equal sign and separating from the left to the right |
| Keywords | special words that are used to modify the using way a computer program weak ( bold face) |
| Identifiers | name of variables or functions |
| operators | math symbols -,+,=,/ |
| punctuation | {} square brackes used for list () round parentheses used for tuples and argument common, used to separate elements in list and tuples |
| Literal Data | number and text that are in double quotes. |