dit_solution = (obj) -> texte = "" for X of obj texte += "#{X} est #{tab[obj[X]]}, " affiche texte