no commit message

parent 9ad97641
......@@ -4,15 +4,44 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Essai1"
"### toy_notebook_fr"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": []
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1\n"
]
}
],
"source": [
"x=1\n",
"print(x)"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[1] 1\n"
]
}
],
"source": [
"x=1\n",
"print(x)"
]
},
{
"cell_type": "code",
......
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