From c4cf23a7f61edb82dca21aa63d45976e475d56b1 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Tue, 17 Dec 2019 02:29:39 +0000
Subject: [PATCH] Add new file

---
 diy1.py | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 diy1.py

diff --git a/diy1.py b/diy1.py
new file mode 100644
index 0000000..ea4770f
--- /dev/null
+++ b/diy1.py
@@ -0,0 +1,5 @@
+"""
+使用turtle模块画图
+创建一个变量distance,初始值为1,作为画笔移动距离的参数,
+让画笔每次移动后,旋转91°,变量distance加1,重复300次,看看效果吧
+"""
\ No newline at end of file
--
libgit2 0.25.0