(answers in the source code for each <)

# MathInfo
What is the Triangle de Pascal ? / Quel est le Triangle de pascal ?
Who is Pascal ?
What is the first line ?
<
How to compute each line ?
<
What is the length of each line ?
<
Is each line symetrical ? Why (proof) ?
<

# Math
## (a+b)n
- Quel est le rapport avec (a+b)^n (comment faire l'exposant en python?)
- Pourquoi ça marche ? (Démonstration par induction) / (Proof by induction)

## n choose k (nk) / parmi n choisis k, ou combinatoire de (k, n) : Ckn |Combinaison
- Quel est le rapport avec n choose k ?
- Pourquoi ça marche ? (Démonstration)

# Python
How to represent one line of the triangle ? (Write a translator for each representation)
<
\ What is the canonical representation ?
<

How to represent multiple lines of the triangle ? (Write a translator for each representation)
\ What is the canonical representation ?

Each question in the first section must be answered in python

A) Calculate one line based on previous line / Calculer chaque ligne en fonction de la précédente
B) Print N first lines / Affiche les N première lignes
C) Numéroter chaque ligne / "Numerote" each line