Draw star ⭐️ using simple python code

Publicado em: 28 Julho 2022
no canal de: LEARN WITH LIKI
295
7

Learn how to make a star with python if you have any issues the code is given below you can go through it
Share it with your friends
Don’t forget to like and subscribe
Thank you for watching☺️
instagram -   / likhith_____21  
Code :

import turtle

n=36
#n is number of lines in star

pen=turtle.Turtle()

for i in range(n):
pen.forward(i*10)
pen.right(144)

turtle.done()


Nesta página do site você pode assistir ao vídeo on-line Draw star ⭐️ using simple python code duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário LEARN WITH LIKI 28 Julho 2022, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 295 vezes e gostou 7 espectadores. Boa visualização!