Skip to content

Commit 3514f4b

Browse files
committed
Modified
1 parent eda934a commit 3514f4b

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.ipynb_checkpoints/Dictionaries-checkpoint.ipynb

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,32 @@
235235
"source": [
236236
"!jupyter --version"
237237
]
238+
},
239+
{
240+
"cell_type": "code",
241+
"execution_count": 1,
242+
"id": "ad2a27fe-ab5c-4b11-b093-9417eddc2d76",
243+
"metadata": {},
244+
"outputs": [
245+
{
246+
"name": "stdout",
247+
"output_type": "stream",
248+
"text": [
249+
"Python 3.8.20\n"
250+
]
251+
}
252+
],
253+
"source": [
254+
"!python --version"
255+
]
256+
},
257+
{
258+
"cell_type": "code",
259+
"execution_count": null,
260+
"id": "4ae55d2a-c3c8-4000-980a-38ac2a99f86a",
261+
"metadata": {},
262+
"outputs": [],
263+
"source": []
238264
}
239265
],
240266
"metadata": {

Dictionaries.ipynb

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,32 @@
235235
"source": [
236236
"!jupyter --version"
237237
]
238+
},
239+
{
240+
"cell_type": "code",
241+
"execution_count": 1,
242+
"id": "ad2a27fe-ab5c-4b11-b093-9417eddc2d76",
243+
"metadata": {},
244+
"outputs": [
245+
{
246+
"name": "stdout",
247+
"output_type": "stream",
248+
"text": [
249+
"Python 3.8.20\n"
250+
]
251+
}
252+
],
253+
"source": [
254+
"!python --version"
255+
]
256+
},
257+
{
258+
"cell_type": "code",
259+
"execution_count": null,
260+
"id": "4ae55d2a-c3c8-4000-980a-38ac2a99f86a",
261+
"metadata": {},
262+
"outputs": [],
263+
"source": []
238264
}
239265
],
240266
"metadata": {

0 commit comments

Comments
 (0)