From 2926399fe271401ebb7cae5e926ca24e93bf3691 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 10 Jul 2023 17:36:36 -0400 Subject: [PATCH] Just a few more exclamation marks. --- star.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star.py b/star.py index 361c835..e5a5445 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()