Commit d6421e54 by BellCodeEditor

save project

parent c816b9b8
Showing with 21 additions and 0 deletions
import turtle
len=80
p=turtle.Pen()
p.penup()
p.goto(100,-100)
p.write("SB,\n你TM\n祭日\n快乐……\n个屁啊啊啊啊啊啊!\n啊西巴……!!!",font=("Times",20,"normal"))
q=turtle.Screen()
q.bgcolor("green")
len=q.textinput("提示","你想要的的大小?")
a=int(len)
h=turtle.Pen()
h.pensize(55)
h.pencolor("blue")
h.left(45)
h.forward(a*2)
h.circle(a,180)
h.right(90)
h.circle(a,180)
h.forward(a*2)
p.hideturtle()
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