Help me in solving PYPRACREARR3 problem

My issue

Solve the problem

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

@webbrowser
this will be the correct rearrangement

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