- 1
the use of "turtle" in Python
all kinds of these
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.
+ 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).