Commit f16853f5 by BellCodeEditor

save project

parent 05c9df09
Showing with 6 additions and 3 deletions
import turtle
Pen=turtle.Pen()
Pen.write("I love you")
\ No newline at end of file
pen=turtle.Pen()
pen.write("I love you",font=("Times",25,"normal"))
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