making ONE PLUS logo using python turtle

Published: 04 February 2022
on channel: PYTHON WORLD
212
10

here is code


import turtle

t = turtle.Turtle()
t.getscreen().bgcolor("red")

t.penup()
t.goto(-240,0)
t.pendown()
t.color("white")
t.begin_fill()
t.forward(60)
t.left(90)
t.forward(35)
t.right(90)
t.forward(10)
t.right(90)
t.forward(45)
t.right(90)
t.forward(80)
t.right(90)
t.forward(90)
t.right(90)
t.forward(40)
t.right(90)
t.forward(10)
t.right(90)
t.forward(30)
t.left(90)
t.forward(70)
t.end_fill()

t.penup()
t.goto(-200,20)
t.pendown()
t.write("+",font=("calbri",25,"bold"))

t.penup()
t.goto(-228,-5)
t.pendown()
t.write("1",font=("calbri",20,"bold"))

t.penup()
t.goto(-140,0)
t.pendown()
t.write("ONEPLUS",font=("calbri",25,"bold"))





t.hideturtle()
turtle.done()



#shorts #shortsvideo #youtubeshorts #trending #coding #python #instagram #design #viral #viralvideo #gaming #logo #live #asmr #art #anime #attitude #kids #oddlysatisfying #satisfying #quran #drawing #code #vlog


On this page of the site you can watch the video online making ONE PLUS logo using python turtle with a duration of hours minute second in good quality, which was uploaded by the user PYTHON WORLD 04 February 2022, share the link with friends and acquaintances, this video has already been watched 212 times on youtube and it was liked by 10 viewers. Enjoy your viewing!