I have the below code,
def hello(start, end): perform some function for i in range(j): yield (some value) yield (some value) def calc(sta