Draw Cool Designs with Python Turtle | Python Turtle Graphics Tutorial#16 | Draw Designs in Python
------------------------------------------------------------------------------------------------------------
SOURCE CODE:
import turtle
turtle.speed(0)
turtle.pencolor('yellow')
turtle.bgcolor('black')
x=0
turtle.penup()
turtle.goto(0,50)
turtle.pendown()
while x ''less than symbol'' 120:
for i in range(6):
turtle.forward(200)
turtle.right(61)
turtle.right(11.11)
x=x+1
turtle.done()
----------------------------------------------------------------------------------------------------------------------
#pythonturtlegraphicstutorial
#python
#pythonturtleanimation
#pythonturtleart
#pythonturtleprojects
#cooldesigns