Encontrar la ruta máxima en una entrada dada [cerrado]

Tengo esto como una tarea y necesito hacerlo en python.

<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>

No estas seguro de cómo hacerlo....

Respuestas a la pregunta(4)

Su respuesta a la pregunta