Commit bc2ce17c by BellCodeEditor

save project

parent a15989ca
Showing with 14 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
#turtle.write("一二三四五,\n上山打老虎,\n老虎不在家,\n打到小松鼠。",font=("楷体",20,"normal"))
turtle.pensize(60)
turtle.pencolor("red")
turtle.left(45)
turtle.forward(250)
turtle.circle(125,180)
turtle.right(90)
turtle.circle(125,180)
turtle.forward(250)
turtle.hideturtle()
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