+ 2
Why is import turtle not working
turtle
2 Antworten
+ 9
Was not sure what turtle was,
used google.
https://docs.python.org/3.3/library/turtle.html?highlight=turtle
found out Turtle is used to generate graphic in python 2 and 3.
Unforunatly,
The only grapics that can be generated on SL, is from web languages.
+ 6
The turtle module is not supported by code playground as only web graphics run here.
Run your code on other IDEs like IDLE or PyCharm