exo3.1

parent ce83d006
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -15,6 +15,16 @@ ...@@ -15,6 +15,16 @@
"23.4\n", "23.4\n",
"14.5\n" "14.5\n"
] ]
},
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x7f8c49b7eeb8>]"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
} }
], ],
"source": [ "source": [
...@@ -31,6 +41,13 @@ ...@@ -31,6 +41,13 @@
"print(np.median(a))" "print(np.median(a))"
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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