for i in range(1,201) : print(i) how many times loop code example Example: Range python iterate by 2 for i in range(0,10,2): print(i)