Commit c8dc9ecb by BellCodeEditor

save project

parent 4dd62936
Showing with 5 additions and 1 deletions
import turtle
pen=turtle.Pen()
pen.write("nuoyi,\nturtle真好用,我会在画布上写字了",font=("Times",10,"normal"))
screen=turtle.Screen()
screen.bgcolor("light blue")
pen.penup()
pen.goto(50,-100)
pen.write("nuoyi,\nturtle真好用,我会在画布上写字了",font=("Times",20,"normal"))
# pen.hideturtle()
# turtle.done()
#画爱心
......
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