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
@@ -434,8 +434,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
434
434
</div>
435
435
</div>
436
436
<divclass="cell_output docutils container">
437
-
<divclass="output stream highlight-myst-ansi notranslate"><divclass="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
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="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
439
439
</pre></div>
440
440
</div>
441
441
</div>
@@ -454,8 +454,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
454
454
</div>
455
455
</div>
456
456
<divclass="cell_output docutils container">
457
-
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>The repr of language_obj is: <__main__.ProgrammingLanguage object at 0x7f8800359fd0>
458
-
The str of language_obj is: <__main__.ProgrammingLanguage object at 0x7f8800359fd0>
457
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>The repr of language_obj is: <__main__.ProgrammingLanguage object at 0x7f3aaac290d0>
458
+
The str of language_obj is: <__main__.ProgrammingLanguage object at 0x7f3aaac290d0>
459
459
</pre></div>
460
460
</div>
461
461
</div>
@@ -485,7 +485,7 @@ <h1><span class="section-number">10. </span>String representations of objects: s
485
485
</div>
486
486
</div>
487
487
<divclass="cell_output docutils container">
488
-
<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 0x7f880035d390
488
+
<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 0x7f3aaac35b50
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
@@ -574,7 +574,7 @@ <h3><span class="section-number">15.2.3. </span>Returning a function<a class="he
574
574
</div>
575
575
</div>
576
576
<divclass="cell_output docutils container">
577
-
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>obj is <function first_function at 0x7f9568fddf80>
577
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>obj is <function first_function at 0x7f563ff0de40>
0 commit comments