0
Python me run karne ke baad error kyon dikha raha hai . jab ki pura code sahi hai
https://code.sololearn.com/cUbgugOK415Z/?ref=app https://code.sololearn.com/WglkFfkXfe69/?ref=app
1 Antwort
0
import turtle
wn=turtle.Screen()
wn.bgcolor('black')
elly = turtle.Turtle()
elly.speed(0)
elly.hideturtle()
for i in range(300):
elly.circle(i)
elly.color('red')
elly.color('orange')
elly.circle (i*0.6)
elly.done()
wn.exitonclick()
turtle module not supported in playground....
Use web playground like this :
'skulpt' for best results.
https://code.sololearn.com/WjVSHEtMp8Xk/?ref=app