Hello i have a Code like Below :
isEmpty = True for itrat in generator(): isEmpty = False break if isEmpty: doSomething() else: dosomethingel