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
In questa pagina del sito puoi guardare il video online Pattern 3 : Created Using Python Turtle Module | Drawing Sun | Python Graphics | della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Chipnut 21 giugno 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 982 volte e gli è piaciuto 14 spettatori. Buona visione!