- 1

the use of "turtle" in Python

all kinds of these

28th Feb 2020, 2:04 AM
Lucy
2 Answers
+ 2
turtle is a module used for graphics but mostly for beginners / children to understand programming. i suggest using tkinter or kivy instead if youre trying to build GUIs on python. oh and it would not work on sololearn since it uses graphics.
28th Feb 2020, 2:19 AM
Shen Bapiro
Shen Bapiro - avatar
+ 1
Are you asking why "turtle" is used? If it is, it's used for creating "graphics" using programming by controlling a "turtle" that draws lines according to your program (this is just my guess because I don't use turtle a lot).
28th Feb 2020, 2:10 AM
CeePlusPlus
CeePlusPlus - avatar