python for increment code example Example: python for loop with increment lis = [1, 2, 3, 4, 5] for i in range(len(lis)): print(lis[i]) i+=1