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