Skip to content

Commit 6c1f423

Browse files
updates
1 parent c5a275d commit 6c1f423

File tree

8 files changed

+117
-117
lines changed

8 files changed

+117
-117
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bibtex_bibfiles:
2525
# Information about where the book exists on the web
2626
repository:
2727
url: https://github.com/ProdigiousPython/ProdigiousPython # Online location of your book
28-
branch: main # Which branch of the repository should be used when creating links (optional)
28+
branch: develop # Which branch of the repository should be used when creating links (optional)
2929

3030
launch_buttons:
3131
notebook_interface: "jupyterlab"

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 297d168aa7cabcbd2216be5f91255ac8
3+
config: 910c8643f01431aa4a1b220ebaad6bf7
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/prodigiouspython/Chapter_1/10_String_representations_of_objects.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
433433
</div>
434434
</div>
435435
<div class="cell_output docutils container">
436-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of now is: datetime.datetime(2023, 4, 21, 19, 22, 1, 275735)
437-
The str of now is: 2023-04-21 19:22:01.275735
436+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of now is: datetime.datetime(2023, 5, 2, 13, 12, 0, 379202)
437+
The str of now is: 2023-05-02 13:12:00.379202
438438
</pre></div>
439439
</div>
440440
</div>
@@ -453,8 +453,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
453453
</div>
454454
</div>
455455
<div class="cell_output docutils container">
456-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7f48c7eab220&gt;
457-
The str of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7f48c7eab220&gt;
456+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7f37d9a3e020&gt;
457+
The str of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7f37d9a3e020&gt;
458458
</pre></div>
459459
</div>
460460
</div>
@@ -484,7 +484,7 @@ <h1><span class="section-number">10. </span>String representations of objects: s
484484
</div>
485485
</div>
486486
<div class="cell_output docutils container">
487-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of human_obj is: Human(name=IronMan, age=48) object at 0x7f48c7eab520
487+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of human_obj is: Human(name=IronMan, age=48) object at 0x7f37d9a3e770
488488
The str of human_obj is: I am IronMan of age 48
489489
</pre></div>
490490
</div>

docs/prodigiouspython/Chapter_1/5_Collection_Types.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
707707
</div>
708708
</div>
709709
<div class="cell_output docutils container">
710-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Dragon ball&#39;, &#39;Naruto&#39;, &#39;Full Metal Alchemist&#39;, &#39;One Piece&#39;, &#39;Death Note&#39;}
710+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;, &#39;One Piece&#39;, &#39;Naruto&#39;, &#39;Death Note&#39;}
711711
</pre></div>
712712
</div>
713713
</div>
@@ -721,7 +721,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
721721
</div>
722722
</div>
723723
<div class="cell_output docutils container">
724-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Dragon ball&#39;, &#39;Naruto&#39;, &#39;Full Metal Alchemist&#39;, &#39;One Piece&#39;, &#39;Tokyo Ghoul&#39;, &#39;Death Note&#39;}
724+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;, &#39;One Piece&#39;, &#39;Naruto&#39;, &#39;Tokyo Ghoul&#39;, &#39;Death Note&#39;}
725725
</pre></div>
726726
</div>
727727
</div>
@@ -741,7 +741,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
741741
</div>
742742
</div>
743743
<div class="cell_output docutils container">
744-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Dragon ball&#39;, &#39;Naruto&#39;, &#39;Full Metal Alchemist&#39;, &#39;One Piece&#39;, &#39;Death Note&#39;}
744+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;, &#39;One Piece&#39;, &#39;Naruto&#39;, &#39;Death Note&#39;}
745745
</pre></div>
746746
</div>
747747
</div>

docs/prodigiouspython/Chapter_4/1_Functions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ <h3><span class="section-number">15.2.3. </span>Returning a function<a class="he
573573
</div>
574574
</div>
575575
<div class="cell_output docutils container">
576-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>obj is &lt;function first_function at 0x7f44bace8790&gt;
576+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>obj is &lt;function first_function at 0x7f2feb7dd3f0&gt;
577577
obj name is first_function
578578
Is obj callable? True
579579
</pre></div>

docs/prodigiouspython/Chapter_5/3_Comparison_Operators.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,8 @@ <h2><span class="section-number">25.7. </span><code class="docutils literal notr
769769
</div>
770770
</div>
771771
<div class="cell_output docutils container">
772-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>140628796247168
773-
140628796247168
772+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>140118589596800
773+
140118589596800
774774
id of a is equal to id of b: True
775775
</pre></div>
776776
</div>
@@ -791,7 +791,7 @@ <h2><span class="section-number">25.7. </span><code class="docutils literal notr
791791
</div>
792792
</div>
793793
<div class="cell_output docutils container">
794-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of a is 140628795993024 and b is 140628796251584
794+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of a is 140118589592960 and b is 140118589598016
795795
True
796796
False
797797
</pre></div>
@@ -835,7 +835,7 @@ <h2><span class="section-number">25.8. </span><code class="docutils literal notr
835835
</div>
836836
</div>
837837
<div class="cell_output docutils container">
838-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of x is 140628795997056 and y is 140628796251520
838+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of x is 140118589596800 and y is 140118589593664
839839
True
840840
</pre></div>
841841
</div>

docs/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.

0 commit comments

Comments
 (0)