Skip to content

Commit 3b21691

Browse files
updated
1 parent f64c393 commit 3b21691

File tree

8 files changed

+633
-585
lines changed

8 files changed

+633
-585
lines changed

docs/prodigiouspython/Chapter_1/10_String_representations_of_objects.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
434434
</div>
435435
</div>
436436
<div class="cell_output docutils container">
437-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of now is: datetime.datetime(2023, 7, 7, 7, 48, 46, 758154)
438-
The str of now is: 2023-07-07 07:48:46.758154
437+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of now is: datetime.datetime(2023, 9, 4, 10, 30, 58, 976586)
438+
The str of now is: 2023-09-04 10:30:58.976586
439439
</pre></div>
440440
</div>
441441
</div>
@@ -454,8 +454,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
454454
</div>
455455
</div>
456456
<div class="cell_output docutils container">
457-
<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 0x7f8800359fd0&gt;
458-
The str of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7f8800359fd0&gt;
457+
<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 0x7f3aaac290d0&gt;
458+
The str of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7f3aaac290d0&gt;
459459
</pre></div>
460460
</div>
461461
</div>
@@ -485,7 +485,7 @@ <h1><span class="section-number">10. </span>String representations of objects: s
485485
</div>
486486
</div>
487487
<div class="cell_output docutils container">
488-
<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 0x7f880035d390
488+
<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 0x7f3aaac35b50
489489
The str of human_obj is: I am IronMan of age 48
490490
</pre></div>
491491
</div>

docs/prodigiouspython/Chapter_1/1_Getting_Started_With_Python_Language.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ <h1><span class="section-number">1. </span>Getting Started with Python 🐍<a cl
436436
</div>
437437
</div>
438438
<div class="cell_output docutils container">
439-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>3.11.2 (main, May 30 2023, 17:45:26) [GCC 12.2.0]
439+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>3.11.4 (main, Jun 9 2023, 07:59:55) [GCC 12.3.0]
440440
</pre></div>
441441
</div>
442442
</div>

docs/prodigiouspython/Chapter_1/4_Datatypes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ <h2><span class="section-number">4.10. </span><strong>set</strong><a class="head
748748
</div>
749749
</div>
750750
<div class="cell_output docutils container">
751-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Python&#39;, 3, 4, 6, &#39;Golang&#39;, 10}
751+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Python&#39;, 3, 4, 6, 10, &#39;Golang&#39;}
752752
</pre></div>
753753
</div>
754754
</div>

docs/prodigiouspython/Chapter_1/5_Collection_Types.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
706706
</div>
707707
</div>
708708
<div class="cell_output docutils container">
709-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Naruto&#39;, &#39;Death Note&#39;, &#39;One Piece&#39;, &#39;Dragon ball&#39;, &#39;Full Metal Alchemist&#39;}
709+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Death Note&#39;, &#39;Naruto&#39;, &#39;Dragon ball&#39;, &#39;Full Metal Alchemist&#39;, &#39;One Piece&#39;}
710710
</pre></div>
711711
</div>
712712
</div>
@@ -720,7 +720,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
720720
</div>
721721
</div>
722722
<div class="cell_output docutils container">
723-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Naruto&#39;, &#39;Tokyo Ghoul&#39;, &#39;Death Note&#39;, &#39;One Piece&#39;, &#39;Dragon ball&#39;, &#39;Full Metal Alchemist&#39;}
723+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Death Note&#39;, &#39;Naruto&#39;, &#39;Dragon ball&#39;, &#39;Full Metal Alchemist&#39;, &#39;One Piece&#39;, &#39;Tokyo Ghoul&#39;}
724724
</pre></div>
725725
</div>
726726
</div>
@@ -738,7 +738,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
738738
</div>
739739
</div>
740740
<div class="cell_output docutils container">
741-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Naruto&#39;, &#39;Death Note&#39;, &#39;One Piece&#39;, &#39;Dragon ball&#39;, &#39;Full Metal Alchemist&#39;}
741+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Death Note&#39;, &#39;Naruto&#39;, &#39;Dragon ball&#39;, &#39;Full Metal Alchemist&#39;, &#39;One Piece&#39;}
742742
</pre></div>
743743
</div>
744744
</div>

docs/prodigiouspython/Chapter_4/1_Functions.html

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

docs/prodigiouspython/Chapter_5/3_Comparison_Operators.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,8 @@ <h2><span class="section-number">25.7. </span><code class="docutils literal notr
770770
</div>
771771
</div>
772772
<div class="cell_output docutils container">
773-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>139999089722560
774-
139999089722560
773+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>140139308804480
774+
140139308804480
775775
id of a is equal to id of b: True
776776
</pre></div>
777777
</div>
@@ -792,7 +792,7 @@ <h2><span class="section-number">25.7. </span><code class="docutils literal notr
792792
</div>
793793
</div>
794794
<div class="cell_output docutils container">
795-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of a is 139999116836608 and b is 139999089721408
795+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of a is 140139308889792 and b is 140139308882816
796796
True
797797
False
798798
</pre></div>
@@ -836,7 +836,7 @@ <h2><span class="section-number">25.8. </span><code class="docutils literal notr
836836
</div>
837837
</div>
838838
<div class="cell_output docutils container">
839-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of x is 139999089727808 and y is 139999089726784
839+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of x is 140139308884608 and y is 140139308891648
840840
True
841841
</pre></div>
842842
</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)