Feat: préparation des TP 5 et 6
continuous-integration/drone Build is passing Details

This commit is contained in:
Bertrand Benjamin 2022-02-18 14:46:15 +01:00
parent f63d8e2ed3
commit 0fe6e12663
2 changed files with 82 additions and 0 deletions

View File

@ -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
}

View File

@ -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
}