Repeated execution of a set of statements is called iteration. Because iteration is so common, Python provides several language features to make it easier. The for and the while commands use the iteration procedure
» Glossary of terms