From 0fe6e12663f32d4ee0078c9281abafad50371a3b Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 18 Feb 2022 14:46:15 +0100 Subject: [PATCH] =?UTF-8?q?Feat:=20pr=C3=A9paration=20des=20TP=205=20et=20?= =?UTF-8?q?6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2nd/13_Programmation/5E_boucles_while.ipynb | 41 +++++++++++++++++++++ 2nd/13_Programmation/6E_fonctions.ipynb | 41 +++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 2nd/13_Programmation/5E_boucles_while.ipynb create mode 100644 2nd/13_Programmation/6E_fonctions.ipynb diff --git a/2nd/13_Programmation/5E_boucles_while.ipynb b/2nd/13_Programmation/5E_boucles_while.ipynb new file mode 100644 index 0000000..a6f100f --- /dev/null +++ b/2nd/13_Programmation/5E_boucles_while.ipynb @@ -0,0 +1,41 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "78c29ed0", + "metadata": {}, + "source": [ + "# Étape 5: boucle while" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "779f540b", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.2" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/2nd/13_Programmation/6E_fonctions.ipynb b/2nd/13_Programmation/6E_fonctions.ipynb new file mode 100644 index 0000000..c810f95 --- /dev/null +++ b/2nd/13_Programmation/6E_fonctions.ipynb @@ -0,0 +1,41 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "b4d60a66", + "metadata": {}, + "source": [ + "# Étape 6: fonctions" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "1d71067c", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.2" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}