From 49ca15fc1c1779abe86bef03be82780b9436a3d4 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 1 May 2021 11:05:59 +0800 Subject: [PATCH] save project --- diy1.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/diy1.py b/diy1.py index 53378d2..9c65a0f 100644 --- a/diy1.py +++ b/diy1.py @@ -1 +1,6 @@ # 利用write()帮助悟空给诺依回信吧~ +import turtle +pen=turtle.Pen() +pen.write("Hi,诺伊~\n用python写电子贺卡真是太有趣啦~\n我也喜欢python~\n我也喜欢python~\n-悟空",font=("Times",18,"normal")) +pen.hideturtle() +turtle.done \ No newline at end of file -- libgit2 0.25.0