+ 1
Can i import turtle on solo learn
4 Antworten
+ 3
You can't import the turtle module on SL's python IDE, but you can do it in a web code.
https://code.sololearn.com/WnQZ0B7qvLjF/?ref=app
+ 12
This might help you 👇
https://goo.gl/search/how+to+import+turtle+in+JUMP_LINK__&&__python__&&__JUMP_LINK
4.2. Our First Turtle Program — How to Think like a Computer ... The program should do all necessary set-up: import the turtle module, get the window to draw on, and create the turtle. The turtle should then turn to face west and draw a line that is 75 pixels long. Drag the blocks of statements from the left column to the right column and put them in the right order.
+ 10
Ekemini Akpan and Daniel 【#ChildOfGod】you can't import turtle in Sololearn's python playground. The module isn't available at the moment.
0
Someone has a web program, that supported Python Turtle.