diff --git a/diy1.py b/diy1.py new file mode 100644 index 0000000..85c5920 --- /dev/null +++ b/diy1.py @@ -0,0 +1,5 @@ +import turtle +pen=turtle.Pen() +pen.write("你好呀\n,创造师\n",font=("Times",25,"normal")) +pen.hideturtle() +turtle.done() \ No newline at end of file