médiane

parent 429a7f94
......@@ -72,6 +72,24 @@
"print(maximum_A)"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"14.5\n"
]
}
],
"source": [
"médiane_A = np.median(A)\n",
"print(médiane_A)"
]
},
{
"cell_type": "code",
"execution_count": null,
......
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