From 0d840062fa10738b6469de01ee04014758e22a58 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 10 Jan 2020 17:17:01 +0800
Subject: [PATCH] save project

---
 diy1.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diy1.py b/diy1.py
index cfb9528..c5a6231 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,5 +1,5 @@
 import turtle
 pen=turtle.Pen()
-pen.write("新年快乐,\n在新的一年里,\n我们要努力学习,\n加油。",font=("KaiTi_JB2312",50,"normal"))
+pen.write("新年快乐,\n在新的一年里,\n我们要努力学习,\n加油。",font=("Times",50,"normal"))
 pen.hideturtle()
 turtle.done()
\ No newline at end of file
--
libgit2 0.25.0