for loop in python with example Example 1: pytho loops for x in loop: print(x) Example 2: for loop in python for x in range(6): print(x)