Beautiful 3D Design using Python Turtle Graphics ๐ฅ๐ฅ
Source Code:-
import turtle as t
import colorsys
###############
t.bgcolor('black')
t.speed('fastest')
t.pensize(2)
hue=0.0
t.hideturtle()
###############
for i in range (1000):
color = colorsys.hsv_to_rgb(hue,1,1)
t.pencolor(color)
t.fd(i)
t.rt(98.5)
t.circle(50)
hue +=0.005
t.exitonclick()
Output Note:- Subscribe my Youtube Channel "Vast Coding"๐ Click on it.
SICK
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteI really enjoyed reading your contentโitโs both inspiring and well-written. As someone whoโs passionate about the same field, I found your insights incredibly valuable. We also provide similar services, and Iโd love for you to check out our website to see what we offer. Keep up the amazing work, and I look forward to reading more from you.freelance web designer in Dubai
ReplyDelete