Captain America Shield | Beautiful Pattern using Turtle Module in Python| PART 8 |

Опубликовано: 30 Апрель 2026
на канале: The Coding Teen
72
11

CODE:--

from turtle import *

def draw_circle(r,clr):
color('black')
fillcolor(clr)
penup()
setpos(0,-r)
pendown()
begin_fill()
circle(r)
end_fill()

def star():
hideturtle()
penup()
goto(-142,46)
pendown()
fillcolor('white')
begin_fill()
for i in range(5):
fd(284)
rt(144)
end_fill()

bgcolor('blue')

speed(8)
draw_circle(300, 'red')
draw_circle(250, 'white')
draw_circle(200, 'red')
draw_circle(150, 'blue')
star()

done()

________________________________________________________________________________________________

Subscribe to my channel for such quality content:----
   / @thecodingteen1424  
________________________________________________________________________________________________

Guess the number game:---
   • Guess the Number Game | Python Beginners' ...  
________________________________________________________________________________________________

Draw Iron Man in 3 lines of code:--
   • Draw Iron Man RDJ in just 3 lines of code ...  
________________________________________________________________________________________________

Avengers Logo using python turtle module:--
   • Avengers LOGO | Beautiful Pattern using Tu...  
________________________________________________________________________________________________

You can also watch other videos in my playlist:--
   • Turtle Patterns  
________________________________________________________________________________________________

That is it
Please don't forget to :--
like the video
share it with your friends
do subscribe my channel
press the bell icon and select to 'all'
________________________________________________________________________________________________

JAI HIND....
________________________________________________________________________________________________

hashtags:--
#shorts #shortvideo #short #python #turtle #design #drawing #coding #programming #marvel #captainamerica #cap #captain #chrisevans #shield #captainamericashield