diff --git a/area.py b/area.py
index 79778e5..67d3855 100644
--- a/area.py
+++ b/area.py
@@ -1 +1,7 @@
-ci
\ No newline at end of file
+import turtle
+pen=turtle.Pen
+pen.penup()
+pen.goto(177,112)
+
+pen.hideturtle()
+turtle.doue()
\ No newline at end of file