Commit 433c0d6b by BellCodeEditor

auto save

parent 654bc3ba
Showing with 25 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧
import turtle #导入turtle
# a=turtle.Pen()
# a.write("床前明月光,疑是地上霜。\n举头望明月,低头思故乡。",font=("STKAITI",30,"normal"))
# a.hideturtle()
# turtle.done()
a=turtle.Pen()
a.pencolor("red")
a.right(-45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(100)
a.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