|
56 | 56 |
|
57 | 57 | <body> |
58 | 58 | <header> |
59 | | - <aside>March 25, 2025</aside> |
| 59 | + <aside>March 27, 2025</aside> |
60 | 60 | <a href="https://gto76.github.io" rel="author">Jure Šorn</a> |
61 | 61 | </header> |
62 | 62 |
|
|
639 | 639 | ┗━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━┛ |
640 | 640 | </code></pre></div> |
641 | 641 |
|
642 | | -<div><h3 id="otheruses">Other Uses</h3><pre><code class="python language-python hljs"><list> = [*<collection> [, ...]] <span class="hljs-comment"># Or: list(<collection>) [+ ...]</span> |
643 | | -<tuple> = (*<collection>, [...]) <span class="hljs-comment"># Or: tuple(<collection>) [+ ...]</span> |
644 | | -<set> = {*<collection> [, ...]} <span class="hljs-comment"># Or: set(<collection>) [| ...]</span> |
645 | | -<dict> = {**<dict> [, ...]} <span class="hljs-comment"># Or: <dict> | ...</span> |
| 642 | +<div><h3 id="otheruses">Other Uses</h3><pre><code class="python language-python hljs"><list> = [*<collection> [, ...]] <span class="hljs-comment"># Or: list(<coll>) [+ ...]</span> |
| 643 | +<tuple> = (*<collection>, [...]) <span class="hljs-comment"># Or: tuple(<coll>) [+ ...]</span> |
| 644 | +<set> = {*<collection> [, ...]} <span class="hljs-comment"># Or: set(<coll>) [| ...]</span> |
| 645 | +<dict> = {**<dict>, ...} <span class="hljs-comment"># Or: <dict> | ...</span> |
646 | 646 | </code></pre></div> |
647 | 647 |
|
648 | 648 | <pre><code class="python language-python hljs">head, *body, tail = <collection> <span class="hljs-comment"># Head or tail can be omitted.</span> |
@@ -2944,7 +2944,7 @@ <h3 id="format-2">Format</h3><div><h4 id="forstandardtypesizesandmanualalignment |
2944 | 2944 |
|
2945 | 2945 |
|
2946 | 2946 | <footer> |
2947 | | - <aside>March 25, 2025</aside> |
| 2947 | + <aside>March 27, 2025</aside> |
2948 | 2948 | <a href="https://gto76.github.io" rel="author">Jure Šorn</a> |
2949 | 2949 | </footer> |
2950 | 2950 |
|
|
0 commit comments