diff --git a/star.py b/star.py
index 7810e61..e69de29 100644
--- a/star.py
+++ b/star.py
@@ -1,9 +0,0 @@
-import turtle
-
-a = turtle.Pan()
-for i in range(5):
-a.forward(200)
-a.right(144)
-a.hideturtle()
- turtle.done()
-