From 633934de488243df00d09f30d6400276892f27af Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 10 Jul 2023 17:41:42 -0400 Subject: [PATCH] Actually, that was too many stars. --- star.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star.py b/star.py index 6c52a3d..bd6163a 100644 --- a/star.py +++ b/star.py @@ -3,6 +3,6 @@ from turtle import * for line in range(5): forward(100) right(360 * 2 / 5) -print("Yay!!!!!!!") +print("Yay!!!!") input()