for x in range(0,100) : print(x**2) code example Example: python for loop range for i in range(0, 3): print(i)