Just a few more exclamation marks.

This commit is contained in:
Chris Proctor
2023-07-10 17:36:36 -04:00
parent cf335ed5f7
commit 2926399fe2

View File

@@ -3,6 +3,6 @@ from turtle import *
for line in range(5):
forward(100)
right(360 * 2 / 5)
print("Yay!")
print("Yay!!!")
input()