Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Lista_fit[500]
  2. Lista_fit2[500]
  3. lista_fit3[500]
  4.  
  5. Lista_fit2 = Lista_fit
  6. Lista_fit3 = Lista_fit
  7.  
  8. valorfit = 1
  9. while(min(Lista_fit2) != 101)
  10. menor = min(Lista_fit2)
  11. indice = Lista_fit2.index(menor)
  12. Lista_fit3[indice] = valorfit
  13. Lista_fit2[indice] = 101
  14. if(menor != menor2)
  15. valorfit += 1
  16. menor2 = menor
  17.  
  18. total_fit = 0
  19. for i in range(500):
  20. total_fit += Lista_fit3[i]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement