drawing beautiful flowers💐 pattern in turtle🐢 python |android |

Опубликовано: 12 Июнь 2026
на канале: Rupee10x
601
22

other Interesting video link.    • how you write sql command in python|#short...  




Welcome to my YouTube channel Codeforprogress

This channel videos contents based on coding, programming language and more

Please like, share and subscribe

----Thank you so much for watching videos-
🙏🙏🙏

source code

import turtle
turtle.bgcolor("black")
turtle.speed(0)
turtle.pensize(3)
turtle.pencolor("blue")
def circle(radius):
for i in range(15):
turtle.circle(radius)
radius=radius-4

def degine():
for i in range(15):
circle(180)
turtle.right(30)
degine()
turtle.done()

app download link (pyroid3)-https://play.google.com/store/apps/de...


#shorts #youtubeshort #codeforprogress