Skip to content

Commit 374845c

Browse files
updated
1 parent e5190df commit 374845c

File tree

7 files changed

+201
-225
lines changed

7 files changed

+201
-225
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
@@ -515,8 +515,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
515515
</div>
516516
</div>
517517
<div class="cell_output docutils container">
518-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of now is: datetime.datetime(2023, 12, 19, 7, 32, 51, 398863)
519-
The str of now is: 2023-12-19 07:32:51.398863
518+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of now is: datetime.datetime(2023, 12, 28, 10, 25, 6, 505700)
519+
The str of now is: 2023-12-28 10:25:06.505700
520520
</pre></div>
521521
</div>
522522
</div>
@@ -535,8 +535,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
535535
</div>
536536
</div>
537537
<div class="cell_output docutils container">
538-
<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 0x7f131104fa50&gt;
539-
The str of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7f131104fa50&gt;
538+
<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 0x7febabaea490&gt;
539+
The str of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7febabaea490&gt;
540540
</pre></div>
541541
</div>
542542
</div>
@@ -566,7 +566,7 @@ <h1><span class="section-number">10. </span>String representations of objects: s
566566
</div>
567567
</div>
568568
<div class="cell_output docutils container">
569-
<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 0x7f130c65ba50
569+
<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 0x7febabad3390
570570
The str of human_obj is: I am IronMan of age 48
571571
</pre></div>
572572
</div>

docs/prodigiouspython/Chapter_1/4_Datatypes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ <h2><span class="section-number">4.10. </span><strong>set</strong><a class="head
833833
</div>
834834
</div>
835835
<div class="cell_output docutils container">
836-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Python&#39;, 3, 4, &#39;Golang&#39;, 6, 10}
836+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{3, 4, &#39;Python&#39;, 6, 10, &#39;Golang&#39;}
837837
</pre></div>
838838
</div>
839839
</div>

docs/prodigiouspython/Chapter_1/5_Collection_Types.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
789789
</div>
790790
</div>
791791
<div class="cell_output docutils container">
792-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Dragon ball&#39;, &#39;Naruto&#39;, &#39;One Piece&#39;, &#39;Full Metal Alchemist&#39;, &#39;Death Note&#39;}
792+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Death Note&#39;, &#39;Naruto&#39;, &#39;One Piece&#39;, &#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;}
793793
</pre></div>
794794
</div>
795795
</div>
@@ -803,7 +803,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
803803
</div>
804804
</div>
805805
<div class="cell_output docutils container">
806-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Dragon ball&#39;, &#39;Naruto&#39;, &#39;One Piece&#39;, &#39;Full Metal Alchemist&#39;, &#39;Tokyo Ghoul&#39;, &#39;Death Note&#39;}
806+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Death Note&#39;, &#39;Naruto&#39;, &#39;Tokyo Ghoul&#39;, &#39;One Piece&#39;, &#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;}
807807
</pre></div>
808808
</div>
809809
</div>
@@ -823,7 +823,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
823823
</div>
824824
</div>
825825
<div class="cell_output docutils container">
826-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Dragon ball&#39;, &#39;Naruto&#39;, &#39;One Piece&#39;, &#39;Full Metal Alchemist&#39;, &#39;Death Note&#39;}
826+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Death Note&#39;, &#39;Naruto&#39;, &#39;One Piece&#39;, &#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;}
827827
</pre></div>
828828
</div>
829829
</div>

docs/prodigiouspython/Chapter_4/1_Functions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ <h3><span class="section-number">15.2.3. </span>Returning a function<a class="he
655655
</div>
656656
</div>
657657
<div class="cell_output docutils container">
658-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>obj is &lt;function first_function at 0x7f7518537f60&gt;
658+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>obj is &lt;function first_function at 0x7fe058320180&gt;
659659
obj name is first_function
660660
Is obj callable? True
661661
</pre></div>

docs/prodigiouspython/Chapter_5/3_Comparison_Operators.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,8 @@ <h2><span class="section-number">25.7. </span><code class="docutils literal notr
851851
</div>
852852
</div>
853853
<div class="cell_output docutils container">
854-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>140443189479808
855-
140443189479808
854+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>140569931135808
855+
140569931135808
856856
id of a is equal to id of b: True
857857
</pre></div>
858858
</div>
@@ -873,7 +873,7 @@ <h2><span class="section-number">25.7. </span><code class="docutils literal notr
873873
</div>
874874
</div>
875875
<div class="cell_output docutils container">
876-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of a is 140443153945216 and b is 140443153961408
876+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of a is 140569931124480 and b is 140569931141824
877877
True
878878
False
879879
</pre></div>
@@ -917,7 +917,7 @@ <h2><span class="section-number">25.8. </span><code class="docutils literal notr
917917
</div>
918918
</div>
919919
<div class="cell_output docutils container">
920-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of x is 140443153966912 and y is 140443153953664
920+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of x is 140569931146240 and y is 140569931134144
921921
True
922922
</pre></div>
923923
</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)