|
|
@ -1256,7 +1256,7 @@ KeyboardInterrupt |
|
|
|
+-- UnicodeError <span class="hljs-comment"># Raised when encoding/decoding strings from/to bytes fails. </span> |
|
|
|
</code></pre> |
|
|
|
<ul> |
|
|
|
<li><strong>Appropriate built-in exceptions for user to rise are: 'ValueError', 'TypeError' and 'RuntimeError'..</strong></li> |
|
|
|
<li><strong>Appropriate built-in exceptions for user to rise are: 'ValueError', 'TypeError' and 'RuntimeError'.</strong></li> |
|
|
|
</ul> |
|
|
|
<h2 id="print"><a href="#print" name="print">#</a>Print</h2> |
|
|
|
<pre><code class="python language-python hljs">print(<el_1>, ..., sep=<span class="hljs-string">' '</span>, end=<span class="hljs-string">'\n'</span>, file=sys.stdout, flush=<span class="hljs-keyword">False</span>) |
|
|
|