for x in range(0, 10): print(x) #this is used similarly as the for(var i =0; i<x.length)... in some other languages*/