Commit 159c3278 by BellCodeEditor

save project

parent 7da7543b
Showing with 5 additions and 2 deletions
# # 利用write()帮助悟空给诺依回信吧~
import turtle
import random
S = random.choice([100,200,300])
# import random
# S = random.choice([100,200,300])
screen = turtle.Screen()
m = screen.textinput("请你控制所画心的大小","请输入一个整数:")
S = int(m)
R = S / 2
Pen=turtle.Pen()
r=turtle.Screen()
......
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