Draw star ⭐️ using simple python code

Pubblicato il: 28 luglio 2022
sul canale di: 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()


In questa pagina del sito puoi guardare il video online Draw star ⭐️ using simple python code della durata di ore minuti seconda in buona qualità , che l'utente ha caricato LEARN WITH LIKI 28 luglio 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 295 volte e gli è piaciuto 7 spettatori. Buona visione!