From 0d8825cb0f66262760bfb271474fcc4e6bde9269 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 10 Jul 2023 17:38:57 -0400 Subject: [PATCH] hahahaa --- star.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star.py b/star.py index e5a5445..ac2e291 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()