Python star function:
from turtle import *
def star(num_vertices, step, side_length):
for i in range(num_vertices):
forward(side_length)
right(step*360.0/num_vertices)
star(5, 2, 200)
On this page of the site you can watch the video online Python star (turtle) with a duration of hours minute second in good quality, which was uploaded by the user Radnom Potato 22 September 2014, share the link with friends and acquaintances, this video has already been watched 6,644 times on youtube and it was liked by 7 viewers. Enjoy your viewing!