Commit 2955244e by BellCodeEditor

save project

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