Commit fd52f3c8 by BellCodeEditor

save project

parent c816b9b8
Showing with 13 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
pen.write("你好,\n诺大聪明。\n好久不见。",font=("Microsoft Yahei",30,"bold"))
penplus=turtle.Pen()
penplus.left(45)
penplus.circle(10,180)
penplus.forward(20)
penplus.left(90)
penplus.forward(20)
penplus.circle(10,180)
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