From 3d03a9b37a79001d01bb7a1a289f55b42dd0baa9 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Aug 2024 01:15:30 -0400 Subject: [PATCH] I made the star's points thicker and gave it eyes. --- drawing.py | 61 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 10 deletions(-) diff --git a/drawing.py b/drawing.py index f3ee2e9..e2f84ea 100644 --- a/drawing.py +++ b/drawing.py @@ -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()