From 53f2c645544e2a20030282c432bd00e8d8aad32c Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Tue, 22 Aug 2023 16:24:04 +0800 Subject: [PATCH] save project --- diy2.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 diy2.py diff --git a/diy2.py b/diy2.py new file mode 100644 index 0000000..e2f0f9a --- /dev/null +++ b/diy2.py @@ -0,0 +1,5 @@ +import turtle +pen=turtle.Pen() +pen.write("诺伊,\n我学会了写贺卡,\n真好用",font=("Times",30,"normal")) +turtle.done() + -- libgit2 0.25.0