Commit 73b39dae by BellCodeEditor

save project

parent 345ba089
Showing with 1 additions and 1 deletions
import turtle import turtle
S1=turtle.Pen() S1=turtle.Pen()
S1.bgcolor("pink") S1.bgcolor("pink")
len=int(S1.textinput("标题","提示:请输入数字"))
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(0,-100) pen.goto(0,-100)
pen.write("我看到你就想吐,\n你还是趁早滚,\n反正世界少了你地球一样转!",font=("Time",20,"normal")) pen.write("我看到你就想吐,\n你还是趁早滚,\n反正世界少了你地球一样转!",font=("Time",20,"normal"))
pen.hideturtle() pen.hideturtle()
pen0=turtle.Pen() pen0=turtle.Pen()
len=60
pen0.color("black") pen0.color("black")
pen0.begin_fill() pen0.begin_fill()
pen0.left(45) pen0.left(45)
......
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