Why this wont work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why this wont work?

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, 3:37 PM
Shadow badiey
8 Answers
+ 5
Shadow badiey To run turtle module you need skulpt. Check the following code : https://code.sololearn.com/WnQZ0B7qvLjF/?ref=app Use code playground to get the output. Save your code and through Insert code option attach your code with your question.
6th May 2023, 4:33 PM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 4
Shadow badiey Because turtle package don't work in sololearn
6th May 2023, 4:27 PM
Sakshi
Sakshi - avatar
+ 4
Shadow badiey check the package in sololearn, you automatically get it what package you should import or not
6th May 2023, 4:35 PM
Sakshi
Sakshi - avatar
+ 3
What can i use other than turtle?
6th May 2023, 4:29 PM
Shadow badiey
+ 3
"Why tho?" -- training wheels. The sololearn Playground is not a full coding environment, it has all sorts of safety locks on it so you can practice writing code without breaking things.
6th May 2023, 4:46 PM
Orin Cook
Orin Cook - avatar
+ 2
Sakshi why tho?
6th May 2023, 4:29 PM
Shadow badiey
+ 2
Orin Cook so what you think i should use now that i cant use turtle?
6th May 2023, 4:48 PM
Shadow badiey
+ 2
idk lol, go ask google for "best python ide"
6th May 2023, 4:52 PM
Orin Cook
Orin Cook - avatar