A program consists of? correct answers input, process, output
A named item used to hold a value? correct answers variable
Sequence of instructions that solves a problem. correct answers Algorithm
program that executes python programming. correct answers python intreperter or IDE
textual representation of a program correct answers code
row of text correct answers line
indicates the interpreter is ready to accept user input correct answers prompt
line of executable code correct answers statement
returns a value when evaluated correct answers expression
displays output to the screen and starts a new line correct answers print( )
denotes a comment correct answers # or """
text enclosed in quotes correct answers string literal
keep multiple print statements on one line correct answers end=' '