|
@ -924,7 +924,7 @@ creature = Creature(Point(<span class="hljs-number">0</span>, <span class="hljs |
|
|
<div><h4 id="strusecases">Str() use cases:</h4><pre><code class="python language-python hljs">print(<el>) |
|
|
<div><h4 id="strusecases">Str() use cases:</h4><pre><code class="python language-python hljs">print(<el>) |
|
|
print(<span class="hljs-string">f'<span class="hljs-subst">{<el>}</span>'</span>) |
|
|
print(<span class="hljs-string">f'<span class="hljs-subst">{<el>}</span>'</span>) |
|
|
<span class="hljs-keyword">raise</span> Exception(<el>) |
|
|
<span class="hljs-keyword">raise</span> Exception(<el>) |
|
|
logging.debug(<el>) |
|
|
|
|
|
|
|
|
loguru.logger.debug(<el>) |
|
|
csv.writer(<file>).writerow([<el>]) |
|
|
csv.writer(<file>).writerow([<el>]) |
|
|
</code></pre></div> |
|
|
</code></pre></div> |
|
|
|
|
|
|
|
|