This commit is contained in:
krahets
2023-11-03 17:59:42 +08:00
parent c240853424
commit f1f04e5441
7 changed files with 108 additions and 107 deletions

View File

@@ -3479,7 +3479,7 @@
</ol>
<h3 id="4-python">4. &nbsp; Python 环境<a class="headerlink" href="#4-python" title="Permanent link">&para;</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>

View File

@@ -3368,7 +3368,7 @@
</tr>
<tr>
<td>链表节点</td>
<td>list node</td>
<td>linked list node, list node</td>
</tr>
<tr>
<td>列表</td>