Commit c8847090 by BellCodeEditor

auto save

parent fedff28f
Showing with 7 additions and 5 deletions
......@@ -2,11 +2,13 @@ import turtle
import random
bg=turtle.Screen()
bg.bgcolor("pink")
list=[]
for i in range(100):
list.append(i)
len=random.choice(list)
len1=random.randint(1,100)
# list=[]
# for i in range(100):
# list.append(i)
# len=random.choice(list)
# len1=random.randint(1,100)
len=int(bg.textinput("提示","你想画多大的⚪"))
pen=turtle.Pen()
pen.penup()
......
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