Draw star ⭐️ using simple python code

Опубликовано: 28 Июль 2022
на канале: 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()


На этой странице сайта вы можете посмотреть видео онлайн Draw star ⭐️ using simple python code длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь LEARN WITH LIKI 28 Июль 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 295 раз и оно понравилось 7 зрителям. Приятного просмотра!