Help me in solving PYPRACREARR3 problem

My issue

i cannot understand this problem

Learning course: Practice Python
Problem Link: Rearrange Code Practice Problem in Python - CodeChef

@aravind242003
u have to do it like this

i = 1
while i <= 10:
    print(i)
    i = i + 1