Skip to content

Commit 2e26792

Browse files
committed
file modified
1 parent e8ca7f5 commit 2e26792

2 files changed

Lines changed: 26 additions & 8 deletions

File tree

.ipynb_checkpoints/Untitled-checkpoint.ipynb

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"data": {
1111
"text/plain": [
12-
"30"
12+
"35"
1313
]
1414
},
1515
"execution_count": 1,
@@ -20,13 +20,22 @@
2020
"source": [
2121
"a=10\n",
2222
"b=20\n",
23-
"a+b"
23+
"a+b\n",
24+
"a+b+5"
2425
]
26+
},
27+
{
28+
"cell_type": "code",
29+
"execution_count": null,
30+
"id": "7863db3a",
31+
"metadata": {},
32+
"outputs": [],
33+
"source": []
2534
}
2635
],
2736
"metadata": {
2837
"kernelspec": {
29-
"display_name": "Python 3",
38+
"display_name": "Python 3 (ipykernel)",
3039
"language": "python",
3140
"name": "python3"
3241
},
@@ -40,7 +49,7 @@
4049
"name": "python",
4150
"nbconvert_exporter": "python",
4251
"pygments_lexer": "ipython3",
43-
"version": "3.8.8"
52+
"version": "3.9.6"
4453
}
4554
},
4655
"nbformat": 4,

Untitled.ipynb

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"data": {
1111
"text/plain": [
12-
"30"
12+
"35"
1313
]
1414
},
1515
"execution_count": 1,
@@ -20,13 +20,22 @@
2020
"source": [
2121
"a=10\n",
2222
"b=20\n",
23-
"a+b"
23+
"a+b\n",
24+
"a+b+5"
2425
]
26+
},
27+
{
28+
"cell_type": "code",
29+
"execution_count": null,
30+
"id": "7863db3a",
31+
"metadata": {},
32+
"outputs": [],
33+
"source": []
2534
}
2635
],
2736
"metadata": {
2837
"kernelspec": {
29-
"display_name": "Python 3",
38+
"display_name": "Python 3 (ipykernel)",
3039
"language": "python",
3140
"name": "python3"
3241
},
@@ -40,7 +49,7 @@
4049
"name": "python",
4150
"nbconvert_exporter": "python",
4251
"pygments_lexer": "ipython3",
43-
"version": "3.8.8"
52+
"version": "3.9.6"
4453
}
4554
},
4655
"nbformat": 4,

0 commit comments

Comments
 (0)