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
Nesta página do site você pode assistir ao vídeo on-line Pattern 3 : Created Using Python Turtle Module | Drawing Sun | Python Graphics | duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Chipnut 21 Junho 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 982 vezes e gostou 14 espectadores. Boa visualização!