diff --git a/.py b/.py
new file mode 100644
index 0000000..df15b11
--- /dev/null
+++ b/.py
@@ -0,0 +1,9 @@
+import turtle
+pen1=turtle.Pen()
+pen1.left(45)
+pen1.forward(100)
+pen1.circle(50,180)
+pen1.right(90)
+pen1.circle(50,180)
+pen1.forward(100)
+turtle.done()
\ No newline at end of file
diff --git a/diy1.py b/diy1.py
index 15be9e5..34362a6 100644
--- a/diy1.py
+++ b/diy1.py
@@ -19,4 +19,4 @@ pen.circle(len,180)
 pen.right(90)
 pen.circle(len,180)
 pen.forward(2*len)
-turtle.done()
+