Commit 0f4f2bc9 by BellCodeEditor

save project

parent c66a449e
Showing with 7 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.write(" 赠船夫\n李白乘舟不给钱,\n被人一脚踹下船。\n天空飘来一张纸,\n上面写着我没死。",font=("Times",30,"normal"))
turtle.done()
\ No newline at end of file
......@@ -5,8 +5,8 @@ screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.hideturtle()
pen.write("你好\nSB",font=("Times",30,"normal"))
pen.hidetue()rtl
len=60
pen.penup()
pen.goto(100,100)
......
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