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
@@ -434,8 +501,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
434
501
</div>
435
502
</div>
436
503
<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, 9, 4, 10, 30, 58, 976586)
438
-
The str of now is: 2023-09-04 10:30:58.976586
504
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>The repr of now is: datetime.datetime(2023, 9, 4, 15, 9, 3, 655082)
505
+
The str of now is: 2023-09-04 15:09:03.655082
439
506
</pre></div>
440
507
</div>
441
508
</div>
@@ -454,8 +521,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
454
521
</div>
455
522
</div>
456
523
<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 0x7f3aaac290d0>
458
-
The str of language_obj is: <__main__.ProgrammingLanguage object at 0x7f3aaac290d0>
524
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>The repr of language_obj is: <__main__.ProgrammingLanguage object at 0x7f8eee7553d0>
525
+
The str of language_obj is: <__main__.ProgrammingLanguage object at 0x7f8eee7553d0>
459
526
</pre></div>
460
527
</div>
461
528
</div>
@@ -485,7 +552,7 @@ <h1><span class="section-number">10. </span>String representations of objects: s
485
552
</div>
486
553
</div>
487
554
<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 0x7f3aaac35b50
555
+
<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 0x7f8eee754250
489
556
The str of human_obj is: I am IronMan of age 48
490
557
</pre></div>
491
558
</div>
@@ -498,8 +565,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
0 commit comments