Ervinnado !
@Ervinnado
thanks for tips on how to fix the code and color unfortaently does not work my dad said it has to with the web browsers turtle
Python (with Turtle)
littlepenguin There is a problem and how to fix that is:
def draw_star(points, size, col, x):
t.penup()
t.goto(x, y)
t.pendown()
After you fix that, it will be fine.2 years ago