import turtle as t import colorsys t.bgcolor("black") t.tracer(500) def draw(): h=0 for i in range(75): c=colorsys.hsv_to_rgb(h,1,1) h+=0.5 t.up() t.goto(0,0) t.down() t.color('black') t.fillcolor(c) t.begin_fill() t.rt (98) t.circle(i,12) t.fd (290) t.fd(i) t.lt (29) for j in range (129): t.fd(i) t.circle(j,299, steps=2) t.end_fill() draw() done() i hope it was helpfull
@MtpRaj-sw7ouКүн бұрын
Kon sa aap hai
@vivekpereiraalbert1412Күн бұрын
What are the libraries used
@sureshbhadane6733Күн бұрын
I have got it 😊😊😊 done 👍👍👍❤❤❤it's awesome 💯
@codingdeva3 күн бұрын
Keep it up 👍
@codingdeva3 күн бұрын
🎉❤❤
@dev.19.community3 күн бұрын
Code Here : github.com/dev19community/shorts/tree/main/HeartPreloader%23910
@YuvrajRathore-jz8wc3 күн бұрын
After
@YuvrajRathore-jz8wc3 күн бұрын
Last point ma syntax error
@RanjeetKumar-qm4xu4 күн бұрын
Its showing error name speed is not defined
@user-dp3yc5kh7t4 күн бұрын
cool!
@Shashi-i8v4 күн бұрын
Html ke cord ko decord kaise kare
@programminng12235 күн бұрын
SELECT ROUND(LONG_W,4) FROM STATION WHERE LAT_N<137.2345 ORDER BY LAT_N DESC LIMIT 1
@moaazhany99905 күн бұрын
thanks
@vinaypritwani5 күн бұрын
explained really well, I was able to write query in one shot after understanding from you
@zainmahmud66405 күн бұрын
can you gave me this code
@kalanadilrukshi12735 күн бұрын
Bro, it’s me cool boy VIP 156. What’s the new password?
@AntorRoy-e4z6 күн бұрын
Plz copy ❤
@dev.19.community6 күн бұрын
Code Here : github.com/dev19community/shorts/tree/main/PasswordRules%23908
@SA_Army156 күн бұрын
Hello sir, input =100 number,they can reverse the entrie bits, but I want reverse every single bit
@dev.19.community7 күн бұрын
Code Here : github.com/dev19community/shorts/tree/main/LockToggle%23907
@FactsDaily-y3q8 күн бұрын
code likh re samjana tha re bhai
@SakshiGautam-sb5jx9 күн бұрын
Pagal mat banao tum sab ko thik hai😂😂😂😂
@SakshiGautam-sb5jx9 күн бұрын
Pagal mat banao logo ko
@dev.19.community11 күн бұрын
Code Here : github.com/dev19community/shorts/tree/main/MinimalisticToggle%23906
@AflGamingPr11 күн бұрын
this is hardcoding brother, this code will only work for n=4
@codingdeva11 күн бұрын
Good 😅😅
@vaibhavgopanpalli309811 күн бұрын
Keep it up bro 🎉
@omshreepal917411 күн бұрын
SELECT NAME FROM EMPLOYEE WHERE SALARY > 2000 AND MONTHS < 10;
@ebukajeremiah16912 күн бұрын
from turtle import * import colorsys #set speed of drawing and background color speed(0) bgcolor("black") initialize hue value h=0 #outer loop for 16 repetitions for i in range in(16): #inner loop for drawing 18 shapes for just j in range (18): #Get the color using HSV to RGB conversion c=colorsys.hsv_to_rgb(h,1,1) color(c) #increament hue for the next color h+=0.005 #Draw shapes right(90) circle(150-j*6,90) left(90) circle(150-j*6,90) right(180) circle(40,24) # Complete the drawing done() after correcting
@morningofbeautifulweak12 күн бұрын
App ka name ha Pydroid 3
@dev.19.community13 күн бұрын
Code Here : github.com/dev19community/shorts/tree/main/StirringLoader%23904
@VasudhevanAm8 күн бұрын
😊
@dev.19.community14 күн бұрын
Code Here : github.com/dev19community/shorts/tree/main/SearchAnimation%23903
@Ffngcevnhffg14 күн бұрын
Where you write code for the animation python
@codingdeva11 күн бұрын
I think, he writes in pydriod3 mobile app But you can write in any pc where python is installed
@KarimGRAA-w5p14 күн бұрын
An error happen when i execute it... i need help...
@dev.19.community15 күн бұрын
Code Here : github.com/dev19community/shorts/tree/main/CheckSpinner%23902
@CodeZone-q6k15 күн бұрын
Link open nhi ho ra
@radharanitripathi-v2o15 күн бұрын
Sir uska second part nhi a rha hai hme
@codingdeva18 күн бұрын
Helpful🎉
@Shira_yuki001418 күн бұрын
Could someone plz tell me about this graphic error 😭😭
@shubyjan737119 күн бұрын
From turtle import* import colorsys bgcolor("black") tracer(500) def draw(): h=0 for i in range(75) c=colorsys.hsv_to_rgb(h,1,1 h+0.5 up() goto(0,0) down() color( black ) fillcolor(c) begin_fill() rt (98) cricle(i,12)fd (290) fd(i) it (29) for j in range (129) fd(i) Cricle(j,299,steps=2) end_fill() draw() done()