From 28df9a8a1f3c71fc19da8cb02b2a12be1cdebd43 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 10 Jul 2023 17:40:58 -0400 Subject: [PATCH] asfdadas --- star.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star.py b/star.py index ac2e291..6c52a3d 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()