+ 2
In order to write a program on turtle ,is there any packages we has to install or its just enough to import a package
2 Respuestas
+ 1
Turtle appears to come with a standard installation of Python 3. You do not need to install more packages unless dependencies are missing. The best way is to just try and run turtle on your computer and see if anything goes wrong.