This video shows a pattern. It was created in Python using Turtle module.
It is lot of fun to create these patterns and a minor change in the code gives a different pattern!
Here is the code :
import turtle
screen = turtle.getscreen()
turtle.shape("turtle")
turtle.speed(0)
turtle.pencolor("yellow")
turtle.width(2)
screen.bgcolor("black")
for i in range(100):
turtle.left(115)
turtle.forward(200)
Change the numbers and colours in the above code and see the pattern. Share your pattern with us .
Also don't forget the indentation.
chipnuttech@gmail.com
#Coding #Python #Pattern
On this page of the site you can watch the video online Pattern 3 : Created Using Python Turtle Module | Drawing Sun | Python Graphics | with a duration of hours minute second in good quality, which was uploaded by the user Chipnut 21 June 2020, share the link with friends and acquaintances, this video has already been watched 982 times on youtube and it was liked by 14 viewers. Enjoy your viewing!