Ajouts des questions

This commit is contained in:
2024-12-03 20:04:03 +01:00
parent c628ef05a9
commit 8918d3efcd
18 changed files with 2910 additions and 0 deletions

49
QUESTION13.ipynb Normal file
View File

@@ -0,0 +1,49 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "349bd8d2-2bc8-45e3-9f8a-7d60f7dedd39",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"import numpy as np\n",
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "885fccca-d36b-4d94-ba40-03eb06df2c57",
"metadata": {},
"outputs": [],
"source": [
"def getA():\n",
" pass"
]
}
],
"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.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}