Bertelsmann Tech Scholarship Challenge, Python, Udacity

Python Control Flow: Loops

Unlike humans who get bored easily, computers are great at repetitive tasks. They do them fast. We have to have an easier way of having a computer do a repetitive task instead of writing the same line of code over and over and over. We use loops to do this.