Hey, How to download the artwork, I mean after coding all this how can I download the file (image/gif/video) of what our turtle/code has made.. in this vdo how will u download this vibrant circles? ik it's been an year since this vdo has been uploaded and hence chances are very less taht you gonna see my question..
whats confusing is it works even without instantiation turtle.Turtle() !!. So if you reference t = turtle.Turtle() and then do t.foward(100) , or turtle.forward(100), you get the same
thanks i did it but i bored so i changed to this import turtle t = turtle.Turtle() s = turtle.Screen() s.bgcolor('black') t.pencolor('white') a = 0 b = 0 while True: t.forward(a) t.right(b) a+=3 b+=1 t.speed(0) t.penup() t.goto(0, 200) t.pendown() if b ==100: break t.hideturtle() turtle.done() it came like a...... i don't know what we will call but thanks
import turtle t = turtle.Turtle() s = turtle.Screen() s.bgcolor('black') t.pencolor('green') a = 0 b = 0 t.speed(0) t.penup() t.goto(0, 200) t.pendown() while True: t.forward(a) t.right(b) a += 3 b += 1 if b == 210: break t.hideturtle() turtle.done()
Oh my god, hes using light mode.
😂😂😂nightmare for all of us
I know right
MY EYES BURN
lol
Thanks 😍 love from india😉
Wow, thx for the turtle pratice, i have improved my python so much, I wish you to have good day... 😄😛
Hey,
How to download the artwork, I mean after coding all this how can I download the file (image/gif/video) of what our turtle/code has made.. in this vdo how will u download this vibrant circles?
ik it's been an year since this vdo has been uploaded and hence chances are very less taht you gonna see my question..
Which version you are using of python
That's amazing ! I have a doubt, Can we save this turtle animation in some .gif format through the script ?
Trying to find this answer
no.
oh my god
Thank you .....ab show off krunga class walo ke saamne😂😂😂wo factorial se aage ni bdte
you can also change the title with this| s.title('3d corona virus')
😅😅
3d coronavirus that was made with triangles and circles
import turtle
t=turtle.Turtle()
s=turtle.Screen()
s.bgcolor("black")
t.pencolor("green")
a=0
b=0
t.speed(0)
t.penup()
t.goto(0,200)
t.pendown()
while True:
t.forward(a)
t.right(b)
a+=3
b+=1
if b ==210:
break
t.hideturtle()
turtle.done()
thanks brother
This is amazing!!!!!
you one suggestion saved my time and patience
It's awesome 😎 man
why my mouse wont move in pyhton screen? , it keeps can move in normal condition however in pyhtoon blackscreen the turtle did not move
A...great effort worked...it looks like 3rd wave 😂
Thank you
Which python compiler you use??
Pycharm
whats confusing is it works even without instantiation turtle.Turtle() !!. So if you reference t = turtle.Turtle() and then do t.foward(100) , or turtle.forward(100), you get the same
Artibute error what should I do
Very nice
bro aapne python ka kaun sa program use kara hai
ye sab aap kaha pe likh rahe ho ,IDLE me kya
Which software useing
Pycharm
cool video)
where im type this code
This programme really helps me
That's great.
Best wishes!!!!
Attribute error
Merci pour le partage
Thank you for your support and appreciation 💜
very nice video i love the video
This is supercool! You're a genius!
Instead of while loop you can use for loop.
import turtle
pen=turtle.Turtle()
window=turtle.Screen()
window.bgcolor("black")
pen.color("green")
pen.speed(0)
a=0
b=0
while b
it dosent comes in the middle of the screen.
please help!
thanks for sharing this video
Turtle has no attribute screen
super bro
It's showing me error AttributeError: turtle has no attribute Turtle
U have to create turtle.
Please recheck the top codes
@@FortifySolutions Yes I created a turtle , it executed in Python IDLE, but not executing in PyCharm, in that PyCharm I'm getting Attribute Error
@@PavanKumar-by8dc make sure u havent named any object turtle i had that proplem before
@Rusty TNT the error was resolved bro after a minute that day only .. anyway Thanks 👍
real cool man
full code in the comment section please...
import Turtle
t= turtle.Turtle()
s= turtle.Screen()
s.bgcolor("black")
t.pencolor("green")
a=0
b=0
t.penup()
t.goto(0,200)
t.pendown()
t.speed(0)
while True:
t.forward(a)
t.right(b)
a+=3
b+=1
if b==210:
break
t.hideturtle()
turtled.one()
import turtle
t=turtle.Turtle()
s=turtle.Screen()
s.bgcolor("black")
t.pencolor("white")
a=0
b=0
t.speed(0)
t.penup()
t.goto(0,200)
t.pendown()
while True
t.forward(a)
t.right(b)
a+=3
b+=1
if b ==210
break
t.hideturtle()
turtle.done()
Who all think that this looks like a virus
Corona virus😂😂
thanks bro
pencolor is not defined .It is not working
Try just t.color("green")
Please mam ordering your videos.
Its look like JARVIS🤨
thanks i did it but i bored so i changed to this
import turtle
t = turtle.Turtle()
s = turtle.Screen()
s.bgcolor('black')
t.pencolor('white')
a = 0
b = 0
while True:
t.forward(a)
t.right(b)
a+=3
b+=1
t.speed(0)
t.penup()
t.goto(0, 200)
t.pendown()
if b ==100:
break
t.hideturtle()
turtle.done()
it came like a...... i don't know what we will call but thanks
Function of forward????
forward
it does not work eh
It does work check code again
That look like corona
Thanks didi
he is not didi
Gimmme source code
it dosn't worked ! very bad project
Please check the pre requisite...
Its working check the code again
@@lubo9961 Please check the code and then try again.
import turtle
t = turtle.Turtle()
s = turtle.Screen()
s.bgcolor('black')
t.pencolor('green')
a = 0
b = 0
t.speed(0)
t.penup()
t.goto(0, 200)
t.pendown()
while True:
t.forward(a)
t.right(b)
a += 3
b += 1
if b == 210:
break
t.hideturtle()
turtle.done()