You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/prodigiouspython/Chapter_1/10_String_representations_of_objects.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -515,8 +515,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
515
515
</div>
516
516
</div>
517
517
<divclass="cell_output docutils container">
518
-
<divclass="output stream highlight-myst-ansi notranslate"><divclass="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
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="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
520
520
</pre></div>
521
521
</div>
522
522
</div>
@@ -535,8 +535,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
535
535
</div>
536
536
</div>
537
537
<divclass="cell_output docutils container">
538
-
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>The repr of language_obj is: <__main__.ProgrammingLanguage object at 0x7f131104fa50>
539
-
The str of language_obj is: <__main__.ProgrammingLanguage object at 0x7f131104fa50>
538
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>The repr of language_obj is: <__main__.ProgrammingLanguage object at 0x7febabaea490>
539
+
The str of language_obj is: <__main__.ProgrammingLanguage object at 0x7febabaea490>
540
540
</pre></div>
541
541
</div>
542
542
</div>
@@ -566,7 +566,7 @@ <h1><span class="section-number">10. </span>String representations of objects: s
566
566
</div>
567
567
</div>
568
568
<divclass="cell_output docutils container">
569
-
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>The repr of human_obj is: Human(name=IronMan, age=48) object at 0x7f130c65ba50
569
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>The repr of human_obj is: Human(name=IronMan, age=48) object at 0x7febabad3390
Copy file name to clipboardExpand all lines: docs/prodigiouspython/Chapter_4/1_Functions.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -655,7 +655,7 @@ <h3><span class="section-number">15.2.3. </span>Returning a function<a class="he
655
655
</div>
656
656
</div>
657
657
<divclass="cell_output docutils container">
658
-
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>obj is <function first_function at 0x7f7518537f60>
658
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>obj is <function first_function at 0x7fe058320180>
0 commit comments