From 9d58da0773791218f376e47851c5fcdd23a36f3c Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Tue, 5 Oct 2021 15:24: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 60c6278..7364da7 100644 --- a/diy1.py +++ b/diy1.py @@ -1,6 +1,6 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle pen=turtle.Pen() -pen.write("静夜思/n[唐]李白/n床前明月光,/n疑是地上霜./n举头望明月,/n低头思故乡.",font=("Times",30,"normal")) +pen.write("静夜思\n[唐]李白\n床前明月光,\n疑是地上霜.\n举头望明月,\n低头思故乡.",font=("Times",30,"normal")) pen.hideturtle() turtle.done() -- libgit2 0.25.0