import turtle as k
k.speed(0)
k.pensize(3)
k.lt(-10)
k.bgcolor('black')
colors = ['red','gold','purple','#33FF33','blue','#2200CC','lime','white','cyan']
j = 0
for r in range(10):
if j == 9:
k.bgcolor('black')
else:
k.bgcolor(colors[j])
if j != 9:
for d in range(5):
k.color(colors[j])
k.circle(100)
k.rt(3.5)
k.rt(25)
j = j + 1
On this page of the site you can watch the video online python turtle design 14 with a duration of hours minute second in good quality, which was uploaded by the user Debojeet Bhowmick 07 October 2022, share the link with friends and acquaintances, this video has already been watched 297 times on youtube and it was liked by 18 viewers. Enjoy your viewing!