Amazing Hexagon Design using Python Turtle | Turtle_Codes

Publicado em: 23 Setembro 2021
no canal de: Turtle Codes
36
2

If you like the video give a LIKE and SHARE the Video and SUBSCRIBE to My Channel for more Videos

Source code :-

import turtle

col=('red','yellow','green','cyan','pink','white')

t=turtle.Turtle()

screen=turtle.Screen()
screen.bgcolor('black')
t.speed(25)

for i in range (150):

t.color(col[i%6])
t.forward(i*1.5)
t.left(59)
t.width(3)

#python #pythonprogramming #pythoncode #pythonturtle #coding #mobilecoding #android #androidcoding #mobilecoding #pythonprojects #turtlecoding #pythonturtlegraphics #pythonturtlegraphicstutorial #pythonturtleprogram #pydroid3 #instagram #reels #instagramreels #youtube #youtubeshorts #youtubevideos


Nesta página do site você pode assistir ao vídeo on-line Amazing Hexagon Design using Python Turtle | Turtle_Codes duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Turtle Codes 23 Setembro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 36 vezes e gostou 2 espectadores. Boa visualização!