Commit 97194b7d by BellCodeEditor

save project

parent f4b24ccb
Showing with 2 additions and 1 deletions
......@@ -2,12 +2,13 @@
import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
kfy=screen.textinput("爱心","爱心大小")
len=int(kfy)
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("你好\n诺依",font=("Times",30,"normal"))
pen.hideturtle()
len=70
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("red")
......
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