OK, this time I added an exclamation mark.

This commit is contained in:
Chris Proctor 2023-07-10 17:32:44 -04:00
parent 823da6fd60
commit cf335ed5f7
1 changed files with 1 additions and 1 deletions

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()