Commit d7dbf9b7 by BellCodeEditor

save project

parent 082b838c
Showing with 16 additions and 11 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
#import turtle
#pen.wrile("的阴谋呢",font=("Times",90,"normal"))
#pen.hideturtle()
#turtle.done
import turtle import turtle
p=turtle.pen() h=turle.Screen
p.left(45) h.bgcolor("light blue")
p.forward(100) p=turtle.Pen()
p.circle(50,100) p.penup()
p.right(45) p.goto(100,-100)
p.circle(50,100) p.hideturtle()
p.forward(100) p.write("SB",font=("Times",90,"normal"))
p1=turtle.Pen()
p1.pencolor("red")
p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
turtle.done() 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