|
@ -10,7 +10,7 @@ |
|
|
</code></pre></div> |
|
|
</code></pre></div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p>Otherwise, you can use the urllib module from Python 3 standard libary:</p> |
|
|
|
|
|
|
|
|
<p>Otherwise, you can use the urllib module from Python 3 standard library:</p> |
|
|
<div class="python highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">socket</span> |
|
|
<div class="python highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">socket</span> |
|
|
<span class="kn">import</span> <span class="nn">urllib.request</span> |
|
|
<span class="kn">import</span> <span class="nn">urllib.request</span> |
|
|
|
|
|
|
|
|