From 41793e23409479e2108d1c8f428d6a1a2b560a39 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 25 Jun 2022 08:52:55 +0800 Subject: [PATCH] auto save --- diy1.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/diy1.py b/diy1.py index 977bb92..ef8514e 100644 --- a/diy1.py +++ b/diy1.py @@ -1,7 +1,7 @@ import turtle -# pen=turtle.Pen() -# pen.write("你好,诺妮。\n我们是好朋友。",font=("Times",50,"normal")) -# pen.hideturtle() -# turtle.done() +pen=turtle.Pen() +pen.write("你好,诺妮。\n我们是好朋友。",font=("Times",50,"normal")) +pen.hideturtle() +turtle.done() turtle.circle(20) turtle.done() \ No newline at end of file -- libgit2 0.25.0