Draw an Olympic Symbol in Python using Turtle 🔥🔥

Published: 01 January 1970
on channel: Jay sharma (python)
236
46

#viral #python #programming #coding #live
#jsp #trending #today #gmail #newvideo #jaysharma

code :

import turtle

object tr for turtle
tr = turtle.Turtle()

set thickness for each ring
tr.pensize(5)

tr.color("blue")
tr.penup()
tr.goto(-110, -25)
tr.pendown()
tr.circle(45)

tr.color("black")
tr.penup()
tr.goto(0, -25)
tr.pendown()
tr.circle(45)

tr.color("red")
tr.penup()
tr.goto(110, -25)
tr.pendown()
tr.circle(45)

tr.color("yellow")
tr.penup()
tr.goto(-55, -75)
tr.pendown()
tr.circle(45)

tr.color("green")
tr.penup()
tr.goto(55, -75)
tr.pendown()
tr.circle(45)


On this page of the site you can watch the video online Draw an Olympic Symbol in Python using Turtle 🔥🔥 with a duration of hours minute second in good quality, which was uploaded by the user Jay sharma (python) 01 January 1970, share the link with friends and acquaintances, this video has already been watched 236 times on youtube and it was liked by 46 viewers. Enjoy your viewing!