ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
You are the CLEAREST AND MOST CONCISE PYTHON TEACHER EVER. GOD BLESS YOU. JITE RAHO
ThankyouHappy programming
amazing tutorial, keep it up
Really interested on this video.. I've search alot of video to be more clear and i finally found this👍🏻
Liked and subscribed
sir i learned how to add text to turtle canvas but can you suggest me how to take an input in turtle canvas?
Yar verry goood but voice is not very clear plese use good 🎤
THHAAANK YOUUUUUU SO MUUCCHHH
Thanks!
Wanna display emoji's on the screen along vth the names do v hav any solution for that?
What if we have to write the message in top right corner
How to import letters in random coordinates pls help im stuck!
Did you get any solution for it?
how can we write multiple lines using turtle.
You can't
@@itspyguru using you can
If I remember correctly doesn't works in turtle
@@itspyguru i tried it and it did... Maybe that is because I am using PyCharm and you are not...?
Likely a possibility, I'll check once again
How to make random color font?
Put the name of all the defined colors in a list, then use the choice method from random module to pick a random color
@@itspyguru Oops. I mean, is it able to make every single letter's color different with only using random? (With a single input)
change the turtle color, write a letter then change the turtle color and write another letter, you can do something like this
@@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.)
Yes it's not possible atleast with turtle
Hei! If I want to display what a variable returns, how can I do that?
Use the write method to write it on the screen
it says "TypeError: write() missing 1 required positional argument: 'arg'"
Thanks !
You are the CLEAREST AND MOST CONCISE PYTHON TEACHER EVER. GOD BLESS YOU. JITE RAHO
Thankyou
Happy programming
amazing tutorial, keep it up
Really interested on this video.. I've search alot of video to be more clear and i finally found this👍🏻
Liked and subscribed
sir i learned how to add text to turtle canvas but can you suggest me how to take an input in turtle canvas?
Yar verry goood but voice is not very clear plese use good 🎤
THHAAANK YOUUUUUU SO MUUCCHHH
Thanks!
Wanna display emoji's on the screen along vth the names do v hav any solution for that?
What if we have to write the message in top right corner
How to import letters in random coordinates pls help im stuck!
Did you get any solution for it?
how can we write multiple lines using turtle.
You can't
@@itspyguru using
you can
If I remember correctly
doesn't works in turtle
@@itspyguru i tried it and it did... Maybe that is because I am using PyCharm and you are not...?
Likely a possibility, I'll check once again
How to make random color font?
Put the name of all the defined colors in a list, then use the choice method from random module to pick a random color
@@itspyguru Oops. I mean, is it able to make every single letter's color different with only using random? (With a single input)
change the turtle color, write a letter then change the turtle color and write another letter, you can do something like this
@@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.)
Yes it's not possible atleast with turtle
Hei! If I want to display what a variable returns, how can I do that?
Use the write method to write it on the screen
it says "TypeError: write() missing 1 required positional argument: 'arg'
"
Thanks !