Lesson 6 Flashcards
(7 cards)
used for writing out whole programs that are saved as files
Editor
used for running small pieces of code
Shell
What colors are used in IDLE mode in python
purple- built in functions
orange- keywords
green- for all text that is in quotes
blue- output text from when the program runs
red- error messages
black- for all the other text
print() function
will display text you add as a parameter value in the shell window
ways to make a comment
, ‘’’, “”
rules for writing a program
syntax
the part inside the parathesis
parameter