Commit d24626e0 by BellCodeEditor

auto save

parent 1bf4da97
Showing with 8 additions and 0 deletions
import turtle
pen=turtle.Pen()
a=int(input("请输入一个数字"))
if a%2==1:
pen.circle(a)
else:
pen.circle(a,6)
\ 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