Commit 65ae21d2 by BellCodeEditor

save project

parent 156cac5a
Showing with 1 additions and 1 deletions
import turtle import turtle
import random
screen=turtle.Screen() screen=turtle.Screen()
len=screen.textinput("100","100") len=screen.textinput("100","100")
screen.bgcolor("light blue") screen.bgcolor("light blue")
...@@ -6,7 +7,6 @@ len=int(len) ...@@ -6,7 +7,6 @@ len=int(len)
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.write("那就好",font=("Times",30,"normal")) pen1.write("那就好",font=("Times",30,"normal"))
pen1.hideturtle() pen1.hideturtle()
len=60
pen1.penup() pen1.penup()
pen1.goto(-100,100) pen1.goto(-100,100)
pen1.pendown() pen1.pendown()
......
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