def loop_though(x):
for i in range[x]: print(i)
Explore how to use for loops correctly. Identify the right syntax and understand common errors in loop construction.