Explore how the for loop in python works. Try changing the numbers: click on any number and drag to right or left

l = range(, , )

for i in l:
   print(i)

Output: