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