Commit 3a0204fd by BellCodeEditor

save project

parent a15989ca
Showing with 17 additions and 0 deletions
# # 利用write()帮助悟空给诺依回信吧~
import turtle
# Pen=turtle.Pen()
# Pen.write("你好啊",("times",40,"normal"))
# Pen.hideturtle()
t=turtle.Pen()
t.pensize(5)
t.pencolor("red")
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
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