Commit 0a02be78 by BellCodeEditor

save project

parent 07858a54
Showing with 19 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
dir=100
SB=turtle.Pen()
s = turtle.Screen()
s.bgcolor("yellow")
SB.penup()
SB.goto(100,-100)
SB.write("857857\n857857\n857857",font=("times",50,"normal"))
SB.hideturtle()
sb1=turtle.Pen()
sb1.left(45)
sb1.forward(2*dir)
sb1.circle(dir,180)
sb1.right(90)
sb1.circle(dir,180)
sb1.forward(2*dir)
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