My issue
rearrange the following code
while i <=10:
i=i+1
print(i)
i=1
Learning course: Practice Python
Problem Link: Rearrange Code Practice Problem in Python - CodeChef
rearrange the following code
while i <=10:
i=i+1
print(i)
i=1
Learning course: Practice Python
Problem Link: Rearrange Code Practice Problem in Python - CodeChef