diff --git a/diy1.py b/diy1.py index e69de29..c335685 100644 --- a/diy1.py +++ b/diy1.py @@ -0,0 +1,5 @@ +import turtle +pen=turtle.Pen() +pen.write("hi,诺一\用pyhton写代码太nb了\n我",font=("Times",30,"normal")) +pen.hideturtle() +turtle.done() \ No newline at end of file