Commit c4f6e0a1 by BellCodeEditor

save project

parent 1682feda
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ pen.goto(100,-100) ...@@ -7,7 +7,7 @@ pen.goto(100,-100)
pen.write("I CAN DO ALL THINGS.",font=("Times",15,"normal")) pen.write("I CAN DO ALL THINGS.",font=("Times",15,"normal"))
pen.hideturtle() pen.hideturtle()
screen=turtle.Screen() screen=turtle.Screen()
len=iint(screen.textinput("提示","大小)) len=int(screen.textinput("提示","大小"))
import turtle import turtle
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
......
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