Learn how to quickly and easily draw a star using the Turtle module in Python.
If you would like to rotate the star so it looks "normal", simply change the line of code that says left(144) to right(144).
⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it! https://www.kite.com/get-kite/?utm_me...
~ CODE ~
from turtle import *
for i in range(5):
forward(200)
right(144)
hideturtle()
Nesta página do site você pode assistir ao vídeo on-line Python Turtle - Code a Star Tutorial duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Geek Tutorials 15 Março 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 27,538 vezes e gostou 154 espectadores. Boa visualização!