Commit 3f4b1498 by BellCodeEditor

save project

parent 3f61ebce
Showing with 2 additions and 1 deletions
......@@ -2,8 +2,9 @@
import turtle
import random
len1 = random.randint(60, 100)
sreen = turtle.Screen()
len2 = sreen.textinput("我是机器人", "爱心有多大:")
len1 = int(len2)
sreen.bgcolor("red")
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