Commit 100be029 by BellCodeEditor

save project

parent a50ceeec
Showing with 14 additions and 0 deletions
import turtle# 利用write()帮助悟空给诺依回信吧~
len=60
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(50,len)
pen.right(90)
pen.circle(50,len)
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