Python Turtle - Triangle Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 21

  • @hojs8734
    @hojs8734 5 ปีที่แล้ว +5

    Thanks man! I missed some of my classes when we were learning this and you really helped!

  • @jackgoff8712
    @jackgoff8712 3 ปีที่แล้ว +1

    Hey how would you make two triangles next to each other and one on top

    • @GeekTutorials1
      @GeekTutorials1  3 ปีที่แล้ว

      Hi Jack - it's all about understanding the penup() goto() and pendown() functions. You'll also want to understand how to outline and fill shapes. They are in all my recent Python Turtle tutorials. Very easy to pick up and understand.

  • @harrydargue5327
    @harrydargue5327 4 ปีที่แล้ว +1

    Thank you a litteral life saver

  • @Tom-km5eh
    @Tom-km5eh 4 ปีที่แล้ว +1

    Thank You bro helped a lot!

  • @sangeetashridhargouda5528
    @sangeetashridhargouda5528 3 ปีที่แล้ว

    On which platform code is executing

  • @parsa4365
    @parsa4365 2 ปีที่แล้ว

    I have a question I got three sides for my triangle and I don't have the angles so how to draw that triangle with own sides??

    • @GeekTutorials1
      @GeekTutorials1  2 ปีที่แล้ว

      Don't use a loop. Instead, go forward whatever distance you need to, then turn left or right at whatever angle you need to. If you use a loop, like I did, you end up with an equilateral triangle that has all the same sides and angles.

  • @doroteabatina6815
    @doroteabatina6815 3 ปีที่แล้ว

    how to draw triangles in a row next to each other but different sizes? like first one the smallest and the last one the biggest?? i really need help and in the color

  • @macchelssydinganga2823
    @macchelssydinganga2823 4 ปีที่แล้ว +1

    Please could you make a video on how to draw a cartoon cat

  • @thestraightforward712
    @thestraightforward712 4 ปีที่แล้ว

    Thanks alot

  • @sapyt9724
    @sapyt9724 3 ปีที่แล้ว

    I want the triangle without the colors

    • @GeekTutorials1
      @GeekTutorials1  3 ปีที่แล้ว

      Don't use begin fill and end fill functions.

    • @sapyt9724
      @sapyt9724 3 ปีที่แล้ว

      @@GeekTutorials1 but im a kid and your video looks hard to me

    • @kwabenaadjei6450
      @kwabenaadjei6450 ปีที่แล้ว

      @@sapyt9724 import turtle

      board = turtle.Turtle()

      board.forward(100) # draw base

      board.left(120)
      board.forward(100)

      board.left(120)
      board.forward(100)

      turtle.done()

  • @hanaleiso5433
    @hanaleiso5433 4 ปีที่แล้ว +1

    I searched up pygame... not turtle.

  • @barraj82
    @barraj82 4 ปีที่แล้ว

    au lieu de repeter l'utilisation de turtle a chaque appel d'une commande , il suffit d'ecrire au debut : from turtle import*

  • @mr.spaceaids5379
    @mr.spaceaids5379 3 ปีที่แล้ว

    I love you