can you use a for loop to parse through an integer in python code example Example: python for loop range for i in range(0, 3): print(i)