Commit f3535faf by BellCodeEditor

save project

parent 8c8594d6
Showing with 9 additions and 2 deletions
......@@ -5,11 +5,11 @@ screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.write("你好!近来可好。\n———悟空",font=("Times",20,"normal"))
pen.hideturtle()
len=60
pen.penup()
pen.goto(100,100)
pen.goto(-100,100)
pen.pendown()
pen.pensize(5)
pen.pencolor("red")
......
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(-100,100)
pen.write("天生我材必有用,\n千金散尽还复来。",font=("KaiTi",15,"normal"))
pen.hideturtle()
turtle.done()
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