Commit 223b3662 by BellCodeEditor

auto save

parent 71760232
Showing with 1 additions and 0 deletions
......@@ -3,6 +3,7 @@ import turtle#导入模块
pen = turtle.Pen()#拿一支笔出来
screen = turtle.Screen()#
screen.bgcolor("pink")
lovesize = int(screen.textinput("标题","请输入爱心的半径"))
pen.penup()#把笔抬起来
pen.goto(100,-100)#把笔移到到指定的位置
pen.write("春晓\n春眠不觉晓\n处处蚊子咬\n夜来巴掌声\n蚊子死多少",
......
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