Named memory locations that can be used to store values or the results of expressions.
Answer:Variables
Python Programming
- An iterative loop which is repeats the steps forever, until a condition is met.
- An iterative loop which is repeats the steps a set number of times.
- A flow control structure which makes the computer repeat certain steps a number of times, based on the outcome of an expression.
- A flow control structure which makes the computer choose a path to follow, based on the outcome of an expression.
- A value which is a whole number.
- Pieces of data that the program can use when it runs.
- A combination of values or variables, combined with operators or functions that the computer can calculate