Commit 6e122a70 by BellCodeEditor

save project

parent c816b9b8
Showing with 20 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle as t
p=t.Pen()
# p.write("hello\n\n ",font=("Freestyle Script",40,"normal"))
# t.done()
p.pensize(2)
p.speed(0)
p.fillcolor(1,0,0)
p.pencolor(0.8,0,0)
p.begin_fill()
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p.end_fill()
p.hideturtle()
t.done()
\ 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