Eh, I changed my mind again.

This commit is contained in:
Chris Proctor 2023-07-10 22:53:28 -04:00
parent af389a4f50
commit b6887726ed
1 changed files with 0 additions and 1 deletions

View File

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