These shortcuts are known as loops (because they loop back to steps). As a programmer, it's up to you to find repetitive tasks and wrap them in loops.

Can you think of repetitive tasks?

Counting from 0 to 10Deleting all the files in a folderCrafting a unique piece of art

Great! If the same or similar instructions follow each other, it might be good idea to wrap them in a loop.

Wait! Which of these tasks involve a series of the same or similar instructions?