Commit da33a261 by BellCodeEditor

save project

parent c816b9b8
Showing with 14 additions and 0 deletions
import turtle
tw=turtle.Pen()
tw.write("诺依,\n用Python写贺卡太棒了!",font=("Times",20,"normal"))
t=turtle.Pen()
t.left(45)
t.begin_fill()
t.fd(y)
t.circle(a,180)
t.right(90)
t.circle(a,180)
t.fd(y)
t.end_fill()
t.seth(0)
\ 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