Say another ide for "turtle" because i cant use it somehow. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Say another ide for "turtle" because i cant use it somehow.

import turtle laki=turtle.Turtle() laki.shape("turtle") laki.color("green") laki.width(3) for i in range(8): for j in range(4): laki.forward(200) laki.left(90) laki.left(90)

6th May 2023, 4:59 PM
Shadow badiey
9 Answers
+ 5
turtle does not work in the sololearn code playground because it is a kind of a graphical user interface (gui) and modules which are meant to create a gui like turtle or tkinter do not work here. you should therefore run your program on your local computer, for example with Python IDLE.
6th May 2023, 5:21 PM
Jan Markus
6th May 2023, 6:11 PM
Sakshi
Sakshi - avatar
+ 2
https://code.sololearn.com/Wkzke3hvt8X5/?ref=app https://code.sololearn.com/W6cmk391WqiN/?ref=app
6th May 2023, 5:44 PM
A͢J
A͢J - avatar
+ 2
Sakshi ty i will use that. It might get handy.
7th May 2023, 7:55 AM
Shadow badiey
+ 1
You can use AJ’s codes to use turtle here in sololearn. In mobile phone / tablet / iPad, use Replit https://repl.it In PC, use Pycharm or Visual Studio Code. Hope this helps.
7th May 2023, 6:36 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 1
Shadow badiey same question you ask why didn't work, we already replied because the sololearn compiler or other compiler don't support turtle package you can't directly import turtle in SL Playground or other compiler except repelit, if you want to run that code directly then you can code on vs code, repelit, and too many inbuilt python package in Python you can check the packages this answer is also on that question.
7th May 2023, 7:43 AM
Sakshi
Sakshi - avatar
+ 1
https://code.sololearn.com/cXDjL2FcYNuB/?ref=app This will help you, but now how to import the packages in SL Playground or other compiler also do search on google.
7th May 2023, 7:54 AM
Sakshi
Sakshi - avatar
0
Sakshi i asked what can i use instead of the turtle. The other Q was why this didnt work.
7th May 2023, 7:31 AM
Shadow badiey
0
Sakshi ty for helping but im ASKING WHAT OTHER PACKAGE I CAN USE INSTEAD OF TURTLE. i tryed finding other modules but i was not able to.
7th May 2023, 7:47 AM
Shadow badiey