Level
Find the error
-
def loop_though(x):
-
  for i in range[x]: print(i)

Using a for loop

Explore how to use for loops correctly. Identify the right syntax and understand common errors in loop construction.