Commit 9fc71cb1 by BellCodeEditor

auto save

parent c819585c
Showing with 37 additions and 0 deletions
...@@ -2,9 +2,46 @@ ...@@ -2,9 +2,46 @@
import turtle import turtle
pen= turtle.Pen() pen= turtle.Pen()
pen.wite("你是个可怜可悲可恶的傻逼",font=("times",20,"normal"))
size=textinput("提示","你想要多大的魔法阵呀?") size=textinput("提示","你想要多大的魔法阵呀?")
pen.haidturtle()
pen.circle(size) pen.circle(size)
pen.circle(size,360,3) pen.circle(size,360,3)
pen.circle(size,60) pen.circle(size,60)
pen.circle(size,360,3) pen.circle(size,360,3)
pen1=turtle.Pen()
pen1.circle(-50)
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("red")
pen1.left(45)
pen1.forwart(100)
pen1.circle(50,100)
pen1.right(50)
pen1.circle(50,100)
pen1,forwart(100)
pen1.hideturtle()
turtle.done() turtle.done()
screen=turtle.screen()
screen.bgcolor("light")
pen=turtle.Pen()
pen.pemup()
pen.goto(-100,0)
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