From 85e35636fcf4106d0f78d9372fcfe82fcdc066a9 Mon Sep 17 00:00:00 2001 From: 19cb9366d9071c7a3249219d01022f01 <19cb9366d9071c7a3249219d01022f01@app-learninglab.inria.fr> Date: Mon, 3 Oct 2022 11:51:22 +0000 Subject: [PATCH] stat liste --- module2/exo2/exercice.ipynb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index c84cc7b..b44c33f 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -1,5 +1,14 @@ { "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import numpy as np" + ] + }, { "cell_type": "code", "execution_count": 2, @@ -18,15 +27,6 @@ "print(list)" ] }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import numpy as np" - ] - }, { "cell_type": "code", "execution_count": 3, -- 2.18.1