def Jeu(L,G): n=len(L) E=0 for i in range(n): E=E+L[i]*G[i] return(E)