L = [ 'Jean' , 'Luc' , 'Lucie' , 'Marie' ]

for i in range( len(L) ):
    L[i] = hash(L[i])