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?
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?