Learn how to quickly draw a triangle using Python's Turtle module.
⭐ 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 *
speed(0)
bgcolor("blue")
penup()
goto(-150, -100)
fillcolor("yellow")
begin_fill()
pendown()
for i in range(3):
forward(300)
left(120)
end_fill()
hideturtle()
exitonclick()
En esta página del sitio puede ver el video en línea Python Turtle - Code a Triangle Tutorial de Duración hora minuto segunda en buena calidad , que subió el usuario Geek Tutorials 23 febrero 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 35,102 veces y le gustó 203 a los espectadores. Disfruta viendo!