Commit c79893ef by BellCodeEditor

save project

parent abdac199
Showing with 39 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
f=turtle.Pen()
f.write("煞神",font=("宋体",60))
f.pensize(30)
f.left(45)
f.forward(200)
f.circle(100,180)
f.right(90)
f.circle(100,180)
f.forward(200)
f.up()
f.goto(100,-100)
f.write("煞神",font=("宋体",100))
turtle.done()
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