Commit effe45b9 by BellCodeEditor

auto save

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