Commit 730adc4c by BellCodeEditor

save project

parent a15989ca
Showing with 17 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# ttk=turtle.Pen()
# ttk.write("我爱你,\n 亲爱滴姑娘~~" ,font = ("times",30,"normal"))
# ttk.hideturtle()
# turtle.done()
kkt=turtle.Pen()
kkt.pencolor("green")
kkt.pensize(900)
kkt.left(90)
kkt.forward(100)
kkt.circle(50,180)
kkt.right(90)
kkt.circle(50,180)
kkt.forward(100)
turtle.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