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
@@ -433,8 +433,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
433
433
</div>
434
434
</div>
435
435
<divclass="cell_output docutils container">
436
-
<divclass="output stream highlight-myst-ansi notranslate"><divclass="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
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="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
438
438
</pre></div>
439
439
</div>
440
440
</div>
@@ -453,8 +453,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
453
453
</div>
454
454
</div>
455
455
<divclass="cell_output docutils container">
456
-
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>The repr of language_obj is: <__main__.ProgrammingLanguage object at 0x7f48c7eab220>
457
-
The str of language_obj is: <__main__.ProgrammingLanguage object at 0x7f48c7eab220>
456
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>The repr of language_obj is: <__main__.ProgrammingLanguage object at 0x7f37d9a3e020>
457
+
The str of language_obj is: <__main__.ProgrammingLanguage object at 0x7f37d9a3e020>
458
458
</pre></div>
459
459
</div>
460
460
</div>
@@ -484,7 +484,7 @@ <h1><span class="section-number">10. </span>String representations of objects: s
484
484
</div>
485
485
</div>
486
486
<divclass="cell_output docutils container">
487
-
<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 0x7f48c7eab520
487
+
<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 0x7f37d9a3e770
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
@@ -573,7 +573,7 @@ <h3><span class="section-number">15.2.3. </span>Returning a function<a class="he
573
573
</div>
574
574
</div>
575
575
<divclass="cell_output docutils container">
576
-
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>obj is <function first_function at 0x7f44bace8790>
576
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>obj is <function first_function at 0x7f2feb7dd3f0>
0 commit comments