|
@ -54,7 +54,7 @@ |
|
|
|
|
|
|
|
|
<body> |
|
|
<body> |
|
|
<header> |
|
|
<header> |
|
|
<aside>August 1, 2023</aside> |
|
|
|
|
|
|
|
|
<aside>August 2, 2023</aside> |
|
|
<a href="https://gto76.github.io" rel="author">Jure Šorn</a> |
|
|
<a href="https://gto76.github.io" rel="author">Jure Šorn</a> |
|
|
</header> |
|
|
</header> |
|
|
|
|
|
|
|
@ -476,7 +476,7 @@ Point(x=<span class="hljs-number">1</span>, y=<span class="hljs-number">2</span> |
|
|
<el> = choice(<sequence>) <span class="hljs-comment"># Keeps the sequence intact.</span> |
|
|
<el> = choice(<sequence>) <span class="hljs-comment"># Keeps the sequence intact.</span> |
|
|
</code></pre></div> |
|
|
</code></pre></div> |
|
|
|
|
|
|
|
|
<div><h3 id="binhex">Bin, Hex</h3><pre><code class="python language-python hljs"><int> = ±<span class="hljs-number">0</span>b<bin> <span class="hljs-comment"># Or: ±0x<hex></span> |
|
|
|
|
|
|
|
|
<div><h3 id="binhex">Bin, Hex</h3><pre><code class="python language-python hljs"><int> = ±<span class="hljs-number">0b</span><bin> <span class="hljs-comment"># Or: ±0x<hex></span> |
|
|
<int> = int(<span class="hljs-string">'±<bin>'</span>, <span class="hljs-number">2</span>) <span class="hljs-comment"># Or: int('±<hex>', 16)</span> |
|
|
<int> = int(<span class="hljs-string">'±<bin>'</span>, <span class="hljs-number">2</span>) <span class="hljs-comment"># Or: int('±<hex>', 16)</span> |
|
|
<int> = int(<span class="hljs-string">'±0b<bin>'</span>, <span class="hljs-number">0</span>) <span class="hljs-comment"># Or: int('±0x<hex>', 0)</span> |
|
|
<int> = int(<span class="hljs-string">'±0b<bin>'</span>, <span class="hljs-number">0</span>) <span class="hljs-comment"># Or: int('±0x<hex>', 0)</span> |
|
|
<str> = bin(<int>) <span class="hljs-comment"># Returns '[-]0b<bin>'.</span> |
|
|
<str> = bin(<int>) <span class="hljs-comment"># Returns '[-]0b<bin>'.</span> |
|
@ -2930,7 +2930,7 @@ $ deactivate <span class="hljs-comment"># Deactivates virtual e |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<footer> |
|
|
<footer> |
|
|
<aside>August 1, 2023</aside> |
|
|
|
|
|
|
|
|
<aside>August 2, 2023</aside> |
|
|
<a href="https://gto76.github.io" rel="author">Jure Šorn</a> |
|
|
<a href="https://gto76.github.io" rel="author">Jure Šorn</a> |
|
|
</footer> |
|
|
</footer> |
|
|
|
|
|
|
|
|