List:A list is an ordered collection of items that can be accessed by their index. It can be created using the range function or other methods.
Iteration:Iteration refers to the process of repeating a set of instructions multiple times. The range function is often used for iteration in loops.
Step Size: The step size determines how much the value increases or decreases between each number generated by the range function. It can be specified as an argument.