Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. for index in lista_concurenti:
  2.         if index[1]<scor_dat:
  3.             rezultat.append(lista_concurenti[index])
  4.     return rezultat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement