Draw star ⭐️ using simple python code

Publié le: 28 juillet 2022
sur la chaîne: 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()


Sur cette page du site, vous pouvez voir la vidéo en ligne Draw star ⭐️ using simple python code durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur LEARN WITH LIKI 28 juillet 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 295 fois et il a aimé 7 téléspectateurs. Bon visionnage!