Commit a5f0686f by BellCodeEditor

save project

parent 5b9a39ed
Showing with 8 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# pen=turtle.Pen()
# pen.penup()
# pen.goto(-240,0)
# pen.write("滚,给爷爬,死一边去",font=("Times",20,"normal"))
# pen.hideturtle()
# turtle.done()
screen=turtle.Screen()
screen.bgcolor("blue")
pen=turtle.Pen()
pen.penup()
pen.goto(0,-100)
pen.write("滚,给爷爬,死一边去",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()
pen1=turtle.Pen()
turtle.fillcolor("red")
pen1.begin_fill()
......
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