0
Hello everyone i have some problem iam not getting an expected result in this code can any one could help me
from turtle import * speed(10) color ('cyan') bgcolor ('black') b=200 white b>0: left(b) forward(b*3) b=b-1
2 odpowiedzi
+ 4
Manthan Vinchurne ,
Turtle is not supported in sololearn code playground....
+ 1
And you're also not explaining anything about what the expected output is.