Finden der maximalen Route in einer bestimmten Eingabe [geschlossen]

Ich habe dies als Hausaufgabe und ich muss es in Python machen.

<code>Problem:
The Maximum Route is defined as the maximum total by traversing from the tip of the triangle to its base. Here the maximum route is (3+7+4+9) 23.

3
7 4
2 4 6
8 5 9 3

Now, given a certain triangle, my task is to find the Maximum Route for it. 
</code>

Nicht sicher, wie es geht ....

Antworten auf die Frage(4)

Ihre Antwort auf die Frage