From 33dd399b92031217d98a66e4e8b4eccf8b792b1f Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 16 Sep 2023 11:21:54 +0800 Subject: [PATCH] save project --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index cd2a72f..5e63233 100644 --- a/diy1.py +++ b/diy1.py @@ -1,6 +1,6 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle pen=turtle.Pen() -pen.write("你好\n.諾依\n,想不到\n我是悟空吧!",font=("Times",30,"normal")) +pen.write("你好\n.諾依\n,想不到\n我是悟空吧!\n好久不见,\n我和小贝都很想你.\n你什么时候\n才能来我们\n这做客呢?",font=("Times",30,"normal")) pen.hideturtle() turtle.done() -- libgit2 0.25.0