Avengers LOGO | Beautiful Pattern using Turtle Module in python | PART 6 |(Code In Description)

preview_player
Показать описание
CODE:--
from turtle import *

def out_circle():
penup()
goto(0,-200)
pendown()
width(2)
bgcolor('black')
fillcolor('white')
begin_fill()
circle(200)
end_fill()

def in_circle():
penup()
goto(0, -170)
pendown()
fillcolor('black')
begin_fill()
circle(170)
end_fill()

def draw_A():
penup()
goto(-210,-195)
pendown()
pencolor('white')
color('white')
begin_fill()
left(65)
goto(20,250)
right(65)
forward(65)
right(90)
forward(370)
right(90)
fd(65)
right(90)
fd(40)
lt(90)
fd(100)
lt(65)
fd(150)
rt(65)
fd(78)
end_fill()

def triangle():
penup()
goto(20,130)
pendown()
color('black')
pencolor('black')
lt(90)
begin_fill()
fd(160)
rt(90)
fd(85)
right(115)
fd(200)
end_fill()

def lines_2():
lt(25)
backward(150)
rt(125)
width(15)
color('white')
pencolor('black')
begin_fill()
fd(100)
rt(110)
fd(103)
end_fill()

def lines():
penup()
right(152)
goto(-219,-195)
pendown()
pencolor('black')
width(15)
forward(200)
penup()
left(2)
goto(-124,-195)
pendown()
pencolor('black')
width(15)
forward(100)

speed(5)
hideturtle()
out_circle()
in_circle()
draw_A()
triangle()
lines_2()
lines()

mainloop()

________________________________________________________________________________________________

Subscribe to my channel for such quality content:----
________________________________________________________________________________________________

Guess the number game:---
________________________________________________________________________________________________

Draw Iron Man in 3 lines of code:--
________________________________________________________________________________________________

Captain America Shield using python turtle module:--
________________________________________________________________________________________________

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

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....
________________________________________________________________________________________________

#shorts #coding #shortvideo #beginners #python #avengers #avengersendgame #marvel #marvelstudios #short
Рекомендации по теме
welcome to shbcf.ru