Commit cb50a823 by BellCodeEditor

auto save

parent cdbf8789
Showing with 4 additions and 2 deletions
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
import turtle import turtle
#创建画笔 #创建画笔
pen = turtle.Pen() pen = turtle.Pen()
pen.write("诺依,你好呀!turtle真好用,我学会在画布上写字了",font=) pen.write("诺依,你好呀!\nturtle真好用,\n我学会在画布上写字了",font=("Times",20,"normal"))
\ No newline at end of file pen.hideturtle()
turtle.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment