This commit is contained in:
Chris Proctor 2023-07-10 17:45:05 -04:00
parent 633934de48
commit af389a4f50
2 changed files with 11 additions and 1 deletions

10
.commit_template Normal file
View File

@ -0,0 +1,10 @@
# -----------------------------------------------------------------
# Write your commit message above this line.
#
# The first line should be a quick description of what you changed.
# Then leave a blank line.
# Then write a few sentences describing one emotion you had
# while doing this programming. Describe the situation that led
# to this emotion.

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