```py from itertools import count from reloading import reloading for _ in reloading(count()): print('Lol') break ```