F=[0,71,62,53,44,35,26,17,0,] for i in range(10): for k in range(len(F)-1): print(F) if F[k] > F[k+1]: J=F[k+1] F[k+1]=F[k] F[k]=J
To embed this project on your website, copy the following code and paste it into your website's HTML: