diff --git "a/\345\233\236\344\277\241.py" "b/\345\233\236\344\277\241.py" new file mode 100644 index 0000000..4f98820 --- /dev/null +++ "b/\345\233\236\344\277\241.py" @@ -0,0 +1,6 @@ +import turtle +screen=turtle.Screen() +pen=turtle.Pen() +pen.write("诺依,python真好用,\n我也喜欢python!",font=("time",30,"normal")) +pen.hideturtle() +turtle.done()