PYTHON FLOWER

Published: 29 April 2021
on channel: Python Fun
53
2

import turtle
col=("red",'yellow','green','cyan','pink','white')

ws=turtle.Screen()
ws.bgcolor('black')
sub=turtle.Turtle()
sub.speed(50)
for i in range (300):
sub.color(col[i%6])
sub.forward(i*1.5)
sub.left(199)
#python #python coding


On this page of the site you can watch the video online PYTHON FLOWER with a duration of hours minute second in good quality, which was uploaded by the user Python Fun 29 April 2021, share the link with friends and acquaintances, this video has already been watched 53 times on youtube and it was liked by 2 viewers. Enjoy your viewing!