Commit effe45b9 by BellCodeEditor

auto save

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