Commit 92951878 by BellCodeEditor

save project

parent e43c3cc8
Showing with 8 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
w=125.5
pen=turtle.Pen()
t=turtle.Screen()
t.bgcolor("blue")
t.bgcolor("red")
pen.penup()
pen.goto(100,-100)
pen.write("you a SB",font=("Time",100,"normal"))
pen.write("you a SB,傻逼,伞兵",font=("Time",20,"normal"))
pen.hideturtle()
p1=turtle.Pen()
p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.forward(w*2)
p1.circle(w,180)
p1.right(90)
p1.circle(50,180)
p1.circle(w,180)
p1.forward(100)
p1.forward(w*2)
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