From 2821fe3aa67def851d3cd9b3746e9ebfeafac324 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 19 Sep 2020 15:19:02 +0800 Subject: [PATCH] save project --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 327079e..1fc265d 100644 --- a/diy1.py +++ b/diy1.py @@ -5,7 +5,7 @@ screen.bgcolor("blue") pen=turtle.Pen() pen.penup() pen.goto(100,-100) -pen.write("诺一,\n这个真好用",font=("Times",50,"normal")) +pen.write("诺一,\n这个真好用",font=("Times",25,"normal")) pen.hideturtle() pen1=turtle.Pen() pen1.pensize(5) -- libgit2 0.25.0