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()
Sur cette page du site, vous pouvez voir la vidéo en ligne Python Turtle - Code a Star Tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Geek Tutorials 15 mars 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 27,538 fois et il a aimé 154 téléspectateurs. Bon visionnage!