answers )
A program consists of? - answer input, process, output
A named item used to hold a value? - answer variable
Sequence of instructions that solves a problem. - answer Algorithm
program that executes python programming. - answer python
intreperter or IDE
textual representation of a program - answer code
row of text - answer line
indicates the interpreter is ready to accept user input - answer prompt
line of executable code - answer statement
returns a value when evaluated - answer expression
, displays output to the screen and starts a new line - answer print( )
denotes a comment - answer # or """
text enclosed in quotes - answer string literal
keep multiple print statements on one line - answer end=' '
used to get text from user - answer input ( )
determines how a value can behave - answer type( )
convert string to an integer - answer int( )
syntaxes error - answer a violation of the program language rules on
how symbols can be defined
runtime error - answer the program attempts an impossible operation
indentation error - answer lines inside the program are not properly
indented