noms=["Jirayalecochon","Mamdex","Corobizar","Drank","Kakashi","Gros tĂȘte","Walter","Atomiiz","Prototype"]; for(p=0; p<=10;p++){ somme = 0; for (n=0; n<=6; n++){ somme += Y(noms[n]+p); } for (n=7; n<=8; n++){ somme += Y(noms[n]+p)/10; } q = Point("Q"+p,p,somme/9); SetPointType(q,"cross"); SetColor(q,"red"); }