Commit 1b31de90 by BellCodeEditor

save project

parent 9132c467
Showing with 2 additions and 2 deletions
......@@ -2,9 +2,9 @@
import turtle
from random import randint
pen=turtle.Pen()
len1=screen.textinput('提示','你想画多大的爱心?:')
len2=int(len1)
screen=turtle.Screen()
len1=screen.textinput('提示','你要画多大的爱心?:')
len2=int(len1)
screen.bgcolor('green')
len=randint(50,150)
pen.pensize(2.5)
......
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