From 412937c844154f037dd26739e21184c1796cdb6a Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Thu, 14 Mar 2024 19:21:14 +0800 Subject: [PATCH] save project --- diy1.py | 2 +- hhh2.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 hhh2.py diff --git a/diy1.py b/diy1.py index 85ce3b6..049052b 100644 --- a/diy1.py +++ b/diy1.py @@ -19,4 +19,4 @@ pen.circle(len,180) pen.right(90) pen.circle(len,180) pen.forward(2*len) -turtle.done() +turtle.done() \ No newline at end of file diff --git a/hhh2.py b/hhh2.py new file mode 100644 index 0000000..880ed6c --- /dev/null +++ b/hhh2.py @@ -0,0 +1,5 @@ +import turtle +pen=turtle.Pen() +pen.write("拜拜了您嘞,哈哈嗨\n永远不见",font=("Times",20,"normal")) +pen.hideturtle() +turtle.done() \ No newline at end of file -- libgit2 0.25.0