Skip to content

Commit 83f2072

Browse files
authored
Merge pull request #165 from pryn-kb/main
minor
2 parents 58da97e + 0ada53f commit 83f2072

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed
0 Bytes
Binary file not shown.
2.08 KB
Binary file not shown.

_build/html/_sources/docs/101/06_for_loops.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
"char + result = \"ip\"\n",
913913
"\n",
914914
"#Third loop\n",
915-
"char = \"n\"\n",
915+
"char = \"g\"\n",
916916
"result = \"ip\"\n",
917917
"char + result = \"gip\"\n",
918918
"```"
@@ -1394,7 +1394,7 @@
13941394
"name": "python",
13951395
"nbconvert_exporter": "python",
13961396
"pygments_lexer": "ipython3",
1397-
"version": "3.12.5"
1397+
"version": "3.13.5"
13981398
}
13991399
},
14001400
"nbformat": 4,

_build/html/docs/101/06_for_loops.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ <h3><i class="fa-solid fa-pencil"></i> Exercise 3: Reversing a string<a class="h
904904
char + result = &quot;ip&quot;
905905

906906
#Third loop
907-
char = &quot;n&quot;
907+
char = &quot;g&quot;
908908
result = &quot;ip&quot;
909909
char + result = &quot;gip&quot;
910910
</pre></div>

_build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_build/jupyter_execute/docs/101/06_for_loops.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
"char + result = \"ip\"\n",
913913
"\n",
914914
"#Third loop\n",
915-
"char = \"n\"\n",
915+
"char = \"g\"\n",
916916
"result = \"ip\"\n",
917917
"char + result = \"gip\"\n",
918918
"```"

docs/101/.ipynb_checkpoints/06_for_loops-checkpoint.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
"char + result = \"ip\"\n",
913913
"\n",
914914
"#Third loop\n",
915-
"char = \"n\"\n",
915+
"char = \"g\"\n",
916916
"result = \"ip\"\n",
917917
"char + result = \"gip\"\n",
918918
"```"
@@ -1394,7 +1394,7 @@
13941394
"name": "python",
13951395
"nbconvert_exporter": "python",
13961396
"pygments_lexer": "ipython3",
1397-
"version": "3.12.5"
1397+
"version": "3.13.5"
13981398
}
13991399
},
14001400
"nbformat": 4,

docs/101/06_for_loops.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
"char + result = \"ip\"\n",
913913
"\n",
914914
"#Third loop\n",
915-
"char = \"n\"\n",
915+
"char = \"g\"\n",
916916
"result = \"ip\"\n",
917917
"char + result = \"gip\"\n",
918918
"```"
@@ -1394,7 +1394,7 @@
13941394
"name": "python",
13951395
"nbconvert_exporter": "python",
13961396
"pygments_lexer": "ipython3",
1397-
"version": "3.12.5"
1397+
"version": "3.13.5"
13981398
}
13991399
},
14001400
"nbformat": 4,

0 commit comments

Comments
 (0)