Skip to content

Commit a5cbcfd

Browse files
updated docs
1 parent 0076976 commit a5cbcfd

File tree

9 files changed

+431
-405
lines changed

9 files changed

+431
-405
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
@@ -556,8 +556,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
556556
</div>
557557
</div>
558558
<div class="cell_output docutils container">
559-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of now is: datetime.datetime(2022, 9, 25, 13, 19, 48, 282687)
560-
The str of now is: 2022-09-25 13:19:48.282687
559+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of now is: datetime.datetime(2022, 11, 7, 8, 18, 14, 653987)
560+
The str of now is: 2022-11-07 08:18:14.653987
561561
</pre></div>
562562
</div>
563563
</div>
@@ -576,8 +576,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
576576
</div>
577577
</div>
578578
<div class="cell_output docutils container">
579-
<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 0x7fbea92b15a0&gt;
580-
The str of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7fbea92b15a0&gt;
579+
<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 0x7fb5822cf490&gt;
580+
The str of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7fb5822cf490&gt;
581581
</pre></div>
582582
</div>
583583
</div>
@@ -607,7 +607,7 @@ <h1><span class="section-number">10. </span>String representations of objects: s
607607
</div>
608608
</div>
609609
<div class="cell_output docutils container">
610-
<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 0x7fbea92b2c80
610+
<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 0x7fb5822cf790
611611
The str of human_obj is: I am IronMan of age 48
612612
</pre></div>
613613
</div>

docs/prodigiouspython/Chapter_1/1_Getting_Started_With_Python_Language.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ <h1><span class="section-number">1. </span>Getting Started with Python 🐍<a cl
558558
</div>
559559
</div>
560560
<div class="cell_output docutils container">
561-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>3.10.6 (main, Aug 10 2022, 11:40:04) [GCC 11.3.0]
561+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>3.10.6 (main, Nov 2 2022, 18:53:38) [GCC 11.3.0]
562562
</pre></div>
563563
</div>
564564
</div>

docs/prodigiouspython/Chapter_1/4_Datatypes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ <h2><span class="section-number">4.10. </span><strong>set</strong><a class="head
10691069
</div>
10701070
</div>
10711071
<div class="cell_output docutils container">
1072-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{3, &#39;Golang&#39;, 4, 6, 10, &#39;Python&#39;}
1072+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Python&#39;, 3, 4, 6, 10, &#39;Golang&#39;}
10731073
</pre></div>
10741074
</div>
10751075
</div>

docs/prodigiouspython/Chapter_1/5_Collection_Types.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
895895
</div>
896896
</div>
897897
<div class="cell_output docutils container">
898-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Naruto&#39;, &#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;, &#39;Death Note&#39;, &#39;One Piece&#39;}
898+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;One Piece&#39;, &#39;Dragon ball&#39;, &#39;Full Metal Alchemist&#39;, &#39;Naruto&#39;, &#39;Death Note&#39;}
899899
</pre></div>
900900
</div>
901901
</div>
@@ -909,7 +909,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
909909
</div>
910910
</div>
911911
<div class="cell_output docutils container">
912-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Naruto&#39;, &#39;Full Metal Alchemist&#39;, &#39;Tokyo Ghoul&#39;, &#39;Dragon ball&#39;, &#39;Death Note&#39;, &#39;One Piece&#39;}
912+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;One Piece&#39;, &#39;Dragon ball&#39;, &#39;Full Metal Alchemist&#39;, &#39;Naruto&#39;, &#39;Tokyo Ghoul&#39;, &#39;Death Note&#39;}
913913
</pre></div>
914914
</div>
915915
</div>
@@ -929,7 +929,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
929929
</div>
930930
</div>
931931
<div class="cell_output docutils container">
932-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Naruto&#39;, &#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;, &#39;Death Note&#39;, &#39;One Piece&#39;}
932+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;One Piece&#39;, &#39;Dragon ball&#39;, &#39;Full Metal Alchemist&#39;, &#39;Naruto&#39;, &#39;Death Note&#39;}
933933
</pre></div>
934934
</div>
935935
</div>

docs/prodigiouspython/Chapter_4/1_Functions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ <h3><span class="section-number">15.2.3. </span>Returning a function<a class="he
779779
</div>
780780
</div>
781781
<div class="cell_output docutils container">
782-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>obj is &lt;function first_function at 0x7f9673ad8040&gt;
782+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>obj is &lt;function first_function at 0x7f119ae56830&gt;
783783
obj name is first_function
784784
Is obj callable? True
785785
</pre></div>

docs/prodigiouspython/Chapter_5/1_Mathematical_Operators.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ <h3><span class="section-number">23.3.1. </span>Strings<a class="headerlink" hre
11021102
<div class="output traceback highlight-ipythontb notranslate"><div class="highlight"><pre><span></span><span class="gt">---------------------------------------------------------------------------</span>
11031103
<span class="ne">TypeError</span><span class="g g-Whitespace"> </span>Traceback (most recent call last)
11041104
<span class="n">Cell</span> <span class="n">In</span> <span class="p">[</span><span class="mi">16</span><span class="p">],</span> <span class="n">line</span> <span class="mi">1</span>
1105-
<span class="ne">----&gt; </span><span class="mi">1</span> <span class="nb">print</span><span class="p">(</span><span class="n">str_a</span> <span class="o">*</span> <span class="mf">5.5</span><span class="p">)</span>
1105+
<span class="ne">----&gt; </span><span class="mi">1</span> <span class="nb">print</span><span class="p">(</span><span class="n">str_a</span> <span class="o">*</span> <span class="mf">5.5</span><span class="p">)</span> <span class="c1"># Raises TypeError.</span>
11061106

11071107
<span class="ne">TypeError</span>: can&#39;t multiply sequence by non-int of type &#39;float&#39;
11081108
</pre></div>

docs/prodigiouspython/Chapter_5/3_Comparison_Operators.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,8 +1093,8 @@ <h2><span class="section-number">25.7. </span><code class="docutils literal notr
10931093
</div>
10941094
</div>
10951095
<div class="cell_output docutils container">
1096-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>139993812754880
1097-
139993812754880
1096+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>140140893092224
1097+
140140893092224
10981098
id of a is equal to id of b: True
10991099
</pre></div>
11001100
</div>
@@ -1115,7 +1115,7 @@ <h2><span class="section-number">25.7. </span><code class="docutils literal notr
11151115
</div>
11161116
</div>
11171117
<div class="cell_output docutils container">
1118-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of a is 139993813050816 and b is 139993813049728
1118+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of a is 140140904703616 and b is 140140893092672
11191119
True
11201120
False
11211121
</pre></div>
@@ -1159,7 +1159,7 @@ <h2><span class="section-number">25.8. </span><code class="docutils literal notr
11591159
</div>
11601160
</div>
11611161
<div class="cell_output docutils container">
1162-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of x is 139993813045376 and y is 139993812992320
1162+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>id of x is 140140893089664 and y is 140140893468224
11631163
True
11641164
</pre></div>
11651165
</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)