From af389a4f50ceddd40ae9cf39dd28f6fa20322c20 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 10 Jul 2023 17:45:05 -0400 Subject: [PATCH] OK? --- .commit_template | 10 ++++++++++ star.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .commit_template diff --git a/.commit_template b/.commit_template new file mode 100644 index 0000000..ba619aa --- /dev/null +++ b/.commit_template @@ -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. diff --git a/star.py b/star.py index bd6163a..6c52a3d 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()