i=5 while(i>=1): for j in range (6,i): j-=1 print(j,end=\'\\n\') print(i,end=\'\\n\') i-=1
I should get this require