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
En esta página del sitio puede ver el video en línea Pattern 3 : Created Using Python Turtle Module | Drawing Sun | Python Graphics | de Duración hora minuto segunda en buena calidad , que subió el usuario Chipnut 21 junio 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 982 veces y le gustó 14 a los espectadores. Disfruta viendo!