Skip to content

Commit 7ccbabc

Browse files
committed
Modified
1 parent 536535c commit 7ccbabc

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.ipynb_checkpoints/find_a_string-checkpoint.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,24 @@
8787
"source": [
8888
"!jupyter --version"
8989
]
90+
},
91+
{
92+
"cell_type": "code",
93+
"execution_count": 2,
94+
"id": "6548a6e0-0424-45e1-9cdd-a487e57eb7c7",
95+
"metadata": {},
96+
"outputs": [
97+
{
98+
"name": "stdout",
99+
"output_type": "stream",
100+
"text": [
101+
"Python 3.8.20\n"
102+
]
103+
}
104+
],
105+
"source": [
106+
"!python --version"
107+
]
90108
}
91109
],
92110
"metadata": {

find_a_string.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,24 @@
8787
"source": [
8888
"!jupyter --version"
8989
]
90+
},
91+
{
92+
"cell_type": "code",
93+
"execution_count": 2,
94+
"id": "6548a6e0-0424-45e1-9cdd-a487e57eb7c7",
95+
"metadata": {},
96+
"outputs": [
97+
{
98+
"name": "stdout",
99+
"output_type": "stream",
100+
"text": [
101+
"Python 3.8.20\n"
102+
]
103+
}
104+
],
105+
"source": [
106+
"!python --version"
107+
]
90108
}
91109
],
92110
"metadata": {

0 commit comments

Comments
 (0)