Hi Everyone,
For more python project and there code follow us.....
Welcome to our blog to learn coding and get python codes.
To write python code you install pycharm (its my suggestion) app in your laptop or desktop.And you can also write python codes in mobile phone. If you
like write codes in mobile phone you should install "PYDROIDE 3"app (https://play.google.com/store/apps/details?id=ru.iiec.pydroid3)pydroide 3
like write codes in mobile phone you should install "PYDROIDE 3"app (https://play.google.com/store/apps/details?id=ru.iiec.pydroid3)pydroide 3
this is our project image☝
This is our project video☝
This is our project source code👇
from turtle import *
bgcolor('black')
pensize(2)
speed(11)
hideturtle()
for i in range(220):
color('yellow')
circle(i)
color('red')
circle(i * 0.8)
right(6)
forward(6)
done
If you have any questions or doubts ask in contact form or ask in comment section
0 Comments