8. Loops
A computer program can perform repeated tasks using loops. Loop is a powerful coding tool, because it helps us process thousands of data entry quickly and easily.
You can print out a list:
You can also loop through specific range of items in a list:
...which is the same as:
Last updated
Was this helpful?