From cf335ed5f73ebc748ec3b06592c15ef57866cc7f Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 10 Jul 2023 17:32:44 -0400 Subject: [PATCH] OK, this time I added an exclamation mark. --- star.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star.py b/star.py index f821309..361c835 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()