diff --git a/diy1.py b/diy1.py
new file mode 100644
index 0000000..c744370
--- /dev/null
+++ b/diy1.py
@@ -0,0 +1,9 @@
+# 利用write()帮助悟空给诺依回信吧~
+import turtle
+# pen=turtle.Pen() 
+# pen.write("春眠不觉晓,\n处处闻啼鸟。\n夜来风雨时,\n花落知多少",font=("宋体",30,"bold"))
+# pen.hideturtle()
+
+pen1=turtle.Pen()
+pen1.circle(50,180)
+turtle.done()