+ 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)
9 Respuestas
+ 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.
+ 4
Shadow badiey Because turtle package don't work in sololearn
+ 4
Shadow badiey check the package in sololearn, you automatically get it what package you should import or not
+ 3
What can i use other than turtle?
+ 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.
+ 2
Sakshi why tho?
+ 2
Orin Cook so what you think i should use now that i cant use turtle?
+ 2
idk lol, go ask google for "best python ide"