python3_turtle的安装(更确切的是说,是如何成功调用)
if you try to install turtle:you may meet the error like this:

Probably You may have to install python3-tk usingpip3 install python3-tk ,or rather apt install python3-tk(in ubuntu linux)
python3和turtle
python3 自带turtle,然而,turtle所依赖的python3-tk被移除了,所以为了能够使用turtle,您需要先安装python3-tk,然后诸如import turtle的代码就可以运行

浙公网安备 33010602011771号