Commit 112a19fc authored by Lucie Leonarski's avatar Lucie Leonarski

2eme commit exo2

parent dbcd7cde
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment