for i in range(10): print(i) else: print('for-loop executed 0 or more times, no break')