Skip to content
Sign UpLog In
Profile icon

Ervinnado !

@Ervinnado
Repls
Community
Ervinnado
Ervinnado
shared a Post
2 years ago
starry night
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
starryskymrwoods
Python (with Turtle)
Ervinnado
Ervinnado
thanks 2 years ago
littlepenguin
littlepenguin
Cool!2 years ago
Ervinnado
Ervinnado
shared a Post
2 years ago
at least it goes in circles
GargantuanFlawedDoom
Python (with Turtle)
Ervinnado
Ervinnado
shared a Post
2 years ago
it is just a star but easy and a quick graphic
GargantuanFlawedDoom
Python (with Turtle)
littlepenguin
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