diff --git a/module2/exo2/exercice_python_fr.org b/module2/exo2/exercice_python_fr.org index 856a37fbe7746d73b7c687311c7726947021af19..b697352cd703e284c84bd24f0f6895e1f24bbd73 100644 --- a/module2/exo2/exercice_python_fr.org +++ b/module2/exo2/exercice_python_fr.org @@ -21,6 +21,11 @@ mean=np.mean(data) mean #+end_src +#+begin_src python :results output :session :exports both +median=np.median(data) +median +#+end_src + #+begin_src python :results output :session :exports both max_value=np.max(data) max_value