Commit 66063ca0 by BellCodeEditor

save project

parent edd76f2b
Showing with 2 additions and 1 deletions
......@@ -4,9 +4,10 @@ pen1=turtle.Pen()
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("red")
len=int(screen.textinput("输入框","请输入爱心大小:"))
pen1.write("老铁们奥,\n今天我老八再给大家表演一次吃粑粑,\n奥里给,\n干他就完了,\n兄弟们!",font=("Times",30,"normal"))
pen1.hideturtle()
len=2
pen.fillcolor("green")
pen.up()
pen.goto(0,-150)
......
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