Commit ba0a96eb by BellCodeEditor

save project

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