.testing.py
from itertools import countfor number in count(start=1, step=2): if number > 10: break print(number) # оператор print