Commit 07730124 by BellCodeEditor

auto save

parent 654bc3ba
Showing with 16 additions and 0 deletions
import turtle
#画布
screen = turtle.Screen()
screen.bgcolor("red")
#写字笔
pen = turtle.Pen()
pen.penup()
pen.goto(0,-100)
pen.write("hhhhheheh",font=("Times",10,"normal"))
#画爱心笔
pen1 = turtle.Pen()
pen1.left(45)
pen1.forward(100)
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