Commit 2955244e by BellCodeEditor

save project

parent 328fe061
Showing with 19 additions and 12 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
Pen=write.Pen
Pen.write('NISFKJDSJDHJFVJN',font=('Times',30'normal'))
Pen.hideturtle()
turtle.done()
Pen1=turtle.pen()
Pen1.Pensize(5)
Pen1.pencolor('red')
Pen1.left(45)
Pen1.forward(100)
Pen1.circle(50,180)
Pen1.right(90)
Pen1.circle(50,180)
screen=turtle.Screen()
screen.bgcolor("yellow")
pen=write.Pen()
pen.penup()
pen.goto(100,-100)
pen.write('NISFKJDSJDHJFVJN',font=('Times',30'normal'))
pen.hideturtle()
pen1=turtle.pen()
pen1.Pensize(5)
pen1.pencolor('red')
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
Pen1.forward(100)
turtle.done()
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