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