Commit c10952a6 by BellCodeEditor

save project

parent 2a5d78bd
Showing with 3 additions and 2 deletions
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light green") screen.bgcolor("light green")
len=screen.textinput("100","100") len=screen.textinput("sss","zzz")
len=int(len) lovesize=int(len)
lovesize1=float(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("狗爱你妈",font=("Times",30,"normal")) pen.write("狗爱你妈",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
......
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