Commit 43e7a63e by BellCodeEditor

auto save

parent 93149636
Showing with 15 additions and 0 deletions
import turtle
import turtle
import random
pen=turtle.Pen()
screen=turtle.Screen()
size=screen.textinput("提示","想要多大的魔法阵?")
b=int(size)
pen.circle(b)
pen.circle(b,360,3)
pen.circle(b,60)
pen.circle(b,360,3)
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