Loop in python (while) Loops Loop is nothing but the repetition. In technical world, loop is the block of statements or programs that execute until the condition is True or executable. Type of loops in python Pages: 1 2