Commit d702a3d4 by BellCodeEditor

save project

parent c816b9b8
Showing with 13 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write('刘怀泽,\n HOP',font=('Times',5,'bold'))
love=turtle.Pen()
love.left(45)
love.forward(100)
love.circle(50,180)
love.right(90)
love.circle(50,180)
love.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