Skip to content

Commit

Permalink
Update createStar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapil564 authored and x0lg0n committed Oct 31, 2024
1 parent 43df2a0 commit b96d58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/createStar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
t.speed(10)
def draw_star(size):
for i in range(5):
t.forward(190)
t.forward(size)
t.right(144)
draw_star(100)
turtle.done()

0 comments on commit b96d58d

Please sign in to comment.