Commit 0af203a9 by BellCodeEditor

save project

parent a50ceeec
Showing with 242 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
f=turtle.Pen()
f.pensize(40)
len=50
f.left(45)
f.forward(2*len)
f.circle(len,180)
f.right(90)
f.circle(len,180)
f.forward(2*len)
f.up()
f.goto(100,-100)
f.write("煞神",font=("宋体",60))
s=turtle.Screen()
s.bgcolor("pink")
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