Commit 2eb9c9d2 by BellCodeEditor

save project

parent 07858a54
Showing with 15 additions and 0 deletions
import turtle# 利用write()帮助悟空给诺依回信吧~
len=60
lovesize=int(len)
pen=turtle.Pen()
screen=turtle.Screen()
screen=bgcolor("bule")
pen.write("你好。",font=("Times",30 normal))
turtle.done()
pen.left(45)
pen.forward(2*len)
pen.circle(lovesize,180)
pen.right(90)
pen.circle(lovesize,180)
pen.forward(2*len)
\ 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