diff --git "a/\347\254\254\344\270\2002.py" "b/\347\254\254\344\270\2002.py" new file mode 100644 index 0000000..381220e --- /dev/null +++ "b/\347\254\254\344\270\2002.py" @@ -0,0 +1,5 @@ +import turtle +Pen=turtle.Pen() +pen.write("你好,\n儿子",font=("Times",30,"normal")) +turtle.done() +pen.hideturtle() \ No newline at end of file