+ 1
How do i import turtle in pyhton
2 Antworten
+ 1
import turtle? You can't do that in here (codeplayground) though.
+ 1
start up idle(python's ide), type import turtle, write the rest of the code and run it using the python launcher. for this to work you obviously do need to have python installed on your pc