I made the star's points thicker and gave it eyes.

This commit is contained in:
root 2024-08-28 01:15:30 -04:00
parent 85a0c42edb
commit 3d03a9b37a
1 changed files with 51 additions and 10 deletions

View File

@ -8,15 +8,56 @@ from turtle import (
color,
)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
right (360 / 15)
forward(50)
right(360 * 13 / 20)
forward(50)
right(360 * 3 / 20)
forward(50)
right(360 * 13 / 20)
forward(50)
right(360 * 3 / 20)
forward(50)
right(360 * 13 / 20)
forward(50)
right(360 * 3 / 20)
forward(50)
right(360 * 13 / 20)
forward(50)
right(360 * 3 / 20)
forward(50)
right(360 * 13 / 20)
forward(50)
penup()
right(360 / 12.5)
forward(10)
right(270)
forward(35)
pendown()
forward(25)
right(270)
forward(5)
right(270)
forward(25)
right(270)
forward(5)
penup()
right(270)
forward(25)
right(270)
forward(20)
pendown()
forward(5)
right(270)
forward(25)
right(270)
forward(5)
right(270)
forward(25)
penup()
right(90)
forward(7)
right(270)
forward(54)
input()