I\'m new to Python and I am trying to implement the range() object with positive step values as an iterator using a generator function in Python. I have already implemented