Can i import turtle on solo learn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can i import turtle on solo learn

Python

27th Jul 2019, 9:28 PM
CrayFish
CrayFish - avatar
4 Answers
+ 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
28th Jul 2019, 12:56 AM
Diego
Diego - avatar
+ 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.
27th Jul 2019, 10:00 PM
KingDaniel2004
KingDaniel2004 - avatar
+ 10
Ekemini Akpan and Daniel 【#ChildOfGod】you can't import turtle in Sololearn's python playground. The module isn't available at the moment.
27th Jul 2019, 10:38 PM
Jella
Jella - avatar
0
Someone has a web program, that supported Python Turtle.
27th Jul 2019, 11:31 PM
Seb TheS
Seb TheS - avatar