`cool animation using python

Published: 20 June 2021
on channel: Encode shadow
25
6

github link

https://github.com/encodeshadow/youtube


chekout this code

"""
[summary]: run pip install PythonTurtle
to install tutle.

"""
import turtle

step2: set screen
pointer = turtle.Turtle()
screen = turtle.Screen()
screen.bgcolor("black")
colors = ['white','red','orange','yellow','green','blue']

set initial pointer speed
pointer.speed(0)


for a in range(200):
pointer.forward(a*4) # move pointer with some amount.
pointer.right(91) # shift right to make effect
pointer.color(colors[a%6]) # change pointer color for next iteration


On this page of the site you can watch the video online `cool animation using python with a duration of hours minute second in good quality, which was uploaded by the user Encode shadow 20 June 2021, share the link with friends and acquaintances, this video has already been watched 25 times on youtube and it was liked by 6 viewers. Enjoy your viewing!