From 5e85e2f7379c9f8e78cbefd4dd0d0d507929bf6d Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 21 Nov 2021 16:28:03 +0800 Subject: [PATCH] save project --- diy1.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 05704d8..7168f9e 100644 --- a/diy1.py +++ b/diy1.py @@ -1 +1,7 @@ -# 利用write()帮助悟空给诺依回信吧~ \ No newline at end of file +import turtle +pen=turtle.Pen() +pen.write("Hi, \n喜欢python~-悟空 ",font=("Times",18,"normol")) +pen.hideturtle() +turtle.done() + + -- libgit2 0.25.0