Commit 2dd11d65 by BellCodeEditor

save project

parent f30176da
Showing with 4 additions and 3 deletions
import turtle
screen.bgcolor("grey")
pen.penup()
pen.goto(100,-100)
pen=turtle.Pen()
pen.write("作业多吗?做完了吗?",font=("Times",18,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen1.pencolor("green")
pen1.pensize(5)
......
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