PYTHON AAAAAAAAAAAAAAAA

This commit is contained in:
Nogard
2025-03-22 23:56:16 +01:00
parent c7d57604e2
commit d33ef4bd97
3 changed files with 98 additions and 9 deletions
+2 -2
View File
@@ -18,11 +18,11 @@ class Noeud {
}
addCheminPossible(chemin){
this.chemins.push(chemin)
this.chemins.push(chemin);
}
getCheminsPossibles(){
return this.chemins
return this.chemins;
}
}