Commit 65da1d7b by BellCodeEditor

auto save

parent d6cc9916
Showing with 9 additions and 5 deletions
#导入模块 #导入模块
import turtle # import turtle
pen=turtle.Pen() # pen=turtle.Pen()
pen.write("你好呀,诺依,我也很喜欢python",font=("Times",25,"normal)) # pen.write("你好呀,诺依,我也很喜欢python",font=("Times",25,"normal))
pen.hideturtle() # pen.hideturtle()
turtle.done() # turtle.done()
pen1=turtle.Pen()
pen.pensize(5)
pen.pencol
\ 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