Commit 88d89a15 by BellCodeEditor

auto save

parent 7eaed43a
Showing with 14 additions and 0 deletions
na="悟空"
import turtle
pen=turtle.Pen()
size=input("多大")
pen.circle(float(size))
pen.circle(size,60,3)
pen.circle(size,60)
pen.circle(size,60,3)
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