Commit 3aff4de2 by BellCodeEditor

auto save

parent a59d421f
Showing with 12 additions and 9 deletions
total = [] na="悟空"
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append(unit)
print(total)
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