for i in range(1"""start""",10"""end""",2"""steps"""): print(i) i = 1 """start""" while i<10"""end""": print(i) i+=2"""steps"""