source code :-
import turtle
import random
turtle.bgcolor('black')
turtle.colormode(255)
x=0
turtle.speed(0)
for x in range(500):
r,b,g=random.randint(0,255),random.randint(0,255),random.randint(0,255)
turtle.pencolor(r,g,b)
turtle.fd(x+50)
turtle.rt(91)
turtle.exitonclick()
On this page of the site you can watch the video online python turtle Drawing1 with a duration of hours minute second in good quality, which was uploaded by the user Pawara Fernando 30 November 2022, share the link with friends and acquaintances, this video has already been watched 56 times on youtube and it was liked by 7 viewers. Enjoy your viewing!