python for in range only start and step code example Example: for i in range(0): print(i) for i in range(0): print(i)