diff --git a/diy1.py b/diy1.py
new file mode 100644
index 0000000..8596349
--- /dev/null
+++ b/diy1.py
@@ -0,0 +1,4 @@
+import turtle
+pen=turtle.Pen()
+pen.write('Hi\nSB',font=("MV Boli",30,"normal"))
+turtle.done()