Making BTS logo using python || BTS status ||
Автор: Riseofcoders
Загружено: 2022-08-28
Просмотров: 1249
code-
from turtle import*
t=Turtle()
s=Screen()
s.setup(width=900,height=900)
t.seth(180)
t.begin_fill()
t.penup()
t.goto(8,385)
t.pendown()
t.circle(385)
t.penup()
t.end_fill()
t.hideturtle()
t.setpos(-125,-125)
t.pendown()
t.pencolor('white')
t.seth(90)
t.fillcolor('white')
t.begin_fill()
t.forward(400)
t.right(131)
t.forward(150)
t.seth(270)
t.forward(250)
t.right(65)
t.forward(124)
t.end_fill()
t.seth(0)
t.penup()
t.forward(250)
t.pendown()
t.begin_fill()
t.seth(90)
t.forward(401)
t.left(131)
t.forward(150)
t.seth(270)
t.forward(250)
t.left(65)
t.forward(124)
t.end_fill()
t.penup()
t.seth(270)
t.ht()
t.forward(150)
t.right(90)
t.forward(240)
t.st()
t.pendown()
t.write('BTS',font=('sans Serif',95))
t.ht()
mainloop()

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: