pyTurtle 10 | Adding text in turtle canvas | Python |

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

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

  • @greencoolmoss
    @greencoolmoss 4 ปีที่แล้ว +10

    You are the CLEAREST AND MOST CONCISE PYTHON TEACHER EVER. GOD BLESS YOU. JITE RAHO

    • @itspyguru
      @itspyguru  4 ปีที่แล้ว +2

      Thankyou
      Happy programming

  • @resendo6036
    @resendo6036 2 ปีที่แล้ว +1

    amazing tutorial, keep it up

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

    Really interested on this video.. I've search alot of video to be more clear and i finally found this👍🏻

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

    Liked and subscribed

  • @aafiyamemon9535
    @aafiyamemon9535 4 ปีที่แล้ว +3

    sir i learned how to add text to turtle canvas but can you suggest me how to take an input in turtle canvas?

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

    Yar verry goood but voice is not very clear plese use good 🎤

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

    THHAAANK YOUUUUUU SO MUUCCHHH

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

    Thanks!

  • @ammuluammu6168
    @ammuluammu6168 2 ปีที่แล้ว +1

    Wanna display emoji's on the screen along vth the names do v hav any solution for that?

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

    What if we have to write the message in top right corner

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

    How to import letters in random coordinates pls help im stuck!

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

      Did you get any solution for it?

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

    how can we write multiple lines using turtle.

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

      You can't

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

      @@itspyguru using
      you can

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

      If I remember correctly
      doesn't works in turtle

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

      @@itspyguru i tried it and it did... Maybe that is because I am using PyCharm and you are not...?

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

      Likely a possibility, I'll check once again

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

    How to make random color font?

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

      Put the name of all the defined colors in a list, then use the choice method from random module to pick a random color

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

      @@itspyguru Oops. I mean, is it able to make every single letter's color different with only using random? (With a single input)

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

      change the turtle color, write a letter then change the turtle color and write another letter, you can do something like this

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

      @@itspyguru So it is impossible to make it in once, right? (For example, making "Sunlight dance" showing different colors in each letter by just typing once into 'text input message box.)

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

      Yes it's not possible atleast with turtle

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

    Hei! If I want to display what a variable returns, how can I do that?

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

      Use the write method to write it on the screen

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

    it says "TypeError: write() missing 1 required positional argument: 'arg'
    "

  • @DisturbeD802
    @DisturbeD802 2 ปีที่แล้ว +1

    Thanks !