Commit 32a752c2 by BellCodeEditor

save project

parent c66a449e
Showing with 12 additions and 2 deletions
......@@ -5,12 +5,12 @@ screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.write("你好\nSB",font=("Times",251,"normal"))
pen.hideturtle()
len=60
pen.penup()
pen.goto(100,100)
pen.pendown()
pen.pendown()B
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
......
import turtle
pen=turtle.Pen()
pen.write("听我说谢谢你,\n因为有你,\n温暖了四季",font=("Times",50,"normal"))
pen.hideturtle()
For i in ronge():
turtle.done()
\ No newline at end of file
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