📅  最后修改于: 2023-12-03 15:24:42.323000             🧑  作者: Mango
海龟模块 (la bibliotheque turtle) 是一个 Python 图形库,是学习 Python 编程的好帮手。本文将介绍如何在 Shell-Bash 环境下安装海龟模块。
sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-pip
sudo apt-get install python3-tk
pip3 install turtle
python3
import turtle
通过以上简单的步骤,你已经成功在 Shell-Bash 环境下安装了海龟模块 (la bibliotheque turtle)。使用海龟模块可以让 Python 编程更加有趣和生动。希望此篇文章对你有所帮助!