Commit afad941f by BellCodeEditor

save project

parent 654bc3ba
Showing with 19 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle as t
t.bgcolor("light blue")
t.penup()
t.goto(100,-100)
t.write("一二三四五,\n上山打老虎,\n老虎不在家,\n打到小松鼠。",font=("楷体",20,"normal"))
t.pensize(10)
t.pencolor("red")
t.goto(0,0)
t.pendown()
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.hideturtle()
t.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