click below
click below
Normal Size Small Size show me how
Caleb O. U1 - 1-3
Unit 1 lessons 1 - 3
| Term | Definition |
|---|---|
| Editor | The large window where we type our code (on the left) |
| Line Number | The number at the begining of each line |
| Run | After we type in our code, we click the "run" button to execute the program |
| Output Panel | Shows the end of sucsesfull code (Top Right) |
| Console | Box contains error messages (Bottom Right) |
| Editor Keys | A button that shows list of all short cut keys |
| Comments | Begin with two dashes and a space (-- ) |
| Definitions | Have an equal sign seperating the word that is being defined |
| Punctuation | [ ] = lists ( ) = tuples and arguments , = sperates elements and lists |