Input correct answers a program gets data, perhaps from a file, keyboard, touchscreen etc
process correct answers a program performs computations on that data
output correct answers a program puts that data somewhere such as to a file, screen or network
variables correct answers to refer to data like x
python interpreter correct answers a computer program that executes code written in the python
programming language
code correct answers a common word for the textual representation of a program
prompt correct answers interactive interpreter displays this to indicate that it is ready to accept
code
statement correct answers a program instruction
expression correct answers code that return a value when evaluated
string correct answers input obtained by input(). includes numbers, letters, or special characters
variable type correct answers determines how a value can behave
syntax error correct answers a mistake that violates a programming language's roles on how
symbols can be combined