when I install turtle,meet some problem like this :
My python version is 3.5.2 and OS is Ubuntu 16.04 LTS
To install the Turtle package in Linux follow the following steps: Step 1: Firstly, we will install the current version of Python3 using the following command. Step 3: Now using the PIP manager we are going to install the Turtle package. Now, we will run the below command in the terminal to install the Turtle library.
Yes go to pip and search for library you want to use but before installation of library install pydroid repository plugin from below link. https://play.google.com/store/apps/details?id=ru.iiec.pydroid3.quickinstallrepo Then download your library and use it .
turtle is a pre-installed Python library that enables users to create pictures and shapes by providing them with a virtual canvas.
No, PythonTurtle is completely self-contained and does not require having Python or anything else installed. PythonTurtle is open-sourced and is released under the MIT license. Here is the GitHub page for PythonTurtle, in which you can view its source code, report issues, fork it, etc.
pip install python-tk
then go to python shell and type
from turtle import*
fd(100)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With