def Traduction(code,E): partie=[] l=len(code) for i in range(): if code[i]==: partie.append(E[i]) return partie