mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 18:00:18 +08:00
deploy
This commit is contained in:
@@ -3479,7 +3479,7 @@
|
||||
</ol>
|
||||
<h3 id="4-python">4. Python 环境<a class="headerlink" href="#4-python" title="Permanent link">¶</a></h3>
|
||||
<ol>
|
||||
<li>下载并安装 <a href="https://docs.conda.io/en/latest/miniconda.html">Miniconda3</a> 。</li>
|
||||
<li>下载并安装 <a href="https://docs.conda.io/en/latest/miniconda.html">Miniconda3</a> ,需要 Python 3.10 或更新版本。</li>
|
||||
<li>在 VSCode 的插件市场中搜索 <code>python</code> ,安装 Python Extension Pack 。</li>
|
||||
<li>(可选)在命令行输入 <code>pip install black</code> ,安装代码格式化工具。</li>
|
||||
</ol>
|
||||
|
||||
@@ -3368,7 +3368,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>链表节点</td>
|
||||
<td>list node</td>
|
||||
<td>linked list node, list node</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>列表</td>
|
||||
|
||||
Reference in New Issue
Block a user