Hello everyone i have some problem iam not getting an expected result in this code can any one could help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

7th Aug 2023, 3:16 PM
Manthan Vinchurne
Manthan Vinchurne - avatar
2 Answers
+ 4
Manthan Vinchurne , Turtle is not supported in sololearn code playground....
7th Aug 2023, 3:43 PM
Riya
Riya - avatar
+ 1
And you're also not explaining anything about what the expected output is.
7th Aug 2023, 3:49 PM
Marcos Chamosa Rodríguez
Marcos Chamosa Rodríguez - avatar