diff --git a/liy.py b/liy.py new file mode 100644 index 0000000..a0202cf --- /dev/null +++ b/liy.py @@ -0,0 +1,5 @@ +import turtle +pen=turtle.Pen() +pen.write('你好呀!',font=('宋体',60,'normal')) +pen.hideturtle() +turtle.done() \ No newline at end of file