One Plus Logo using Python Turtle Programming | Simple Python Project | Vast Coding
Source Code Credit:- SUBHANKER CODES 👈(Click to redirect on his YouTube Channel)
Here is the Source Code:-
import turtle as t
t.speed(3)
t.bgcolor('black')
t.up()
t.pencolor('red')
t.fillcolor('red')
t.setpos(200,20)
t.rt(90)
t.down()
t.begin_fill()
t.fd(300)
t.rt(90)
t.fd(500)
t.rt(90)
t.fd(500)
t.rt(90)
t.fd(300)
t.rt(90)
t.fd(40)
t.rt(90)
t.fd(260)
t.lt(90)
t.fd(420)
t.lt(90)
t.fd(420)
t.lt(90)
t.fd(260)
t.rt(90)
t.fd(40)
t.lt(90)
t.end_fill()
t.up()
t.fd(60)
t.down()
t.begin_fill()
t.fd(100)
t.rt(90)
t.fd(100)
t.lt(90)
t.fd(40)
t.lt(90)
t.fd(100)
t.rt(90)
t.fd(100)
t.lt(90)
t.fd(40)
t.lt(90)
t.fd(100)
t.rt(90)
t.fd(100)
t.lt(90)
t.fd(40)
t.lt(90)
t.fd(100)
t.rt(90)
t.fd(100)
t.lt(90)
t.fd(40)
t.end_fill()
t.up()
t.rt(180)
t.fd(250)
t.down()
t.begin_fill()
t.fd(80)
t.lt(90)
t.fd(40)
t.lt(90)
t.fd(50)
t.rt(90)
t.fd(160)
t.rt(90)
t.fd(50)
t.lt(90)
t.fd(40)
t.lt(90)
t.fd(140)
t.lt(90)
t.fd(40)
t.lt(90)
t.fd(50)
t.rt(90)
t.fd(200)
t.lt(90)
t.fd(10)
t.end_fill()
t.ht()
t.done()
Output:-Note:- Please help me to grow my Youtube Channel called "Vast Coding"
Thanks for information
ReplyDeleteYour welcome
Delete