Commit ddf43c74 by BellCodeEditor

save project

parent 05508383
Showing with 14 additions and 1 deletions
import turtle import turtle
p = turtle.Pen() p = turtle.Pen()
p.pencolor("gray") p.pencolor("gray")
p.write("宋亚轩是\n刘耀文的\n小宝贝",font=("Times",30,"normal")) p.fillcolor("pink")
p.penup()
p.goto(0,-100)
p.left(45)
p.pendown()
p.begin_fill()
p.forward(200)
p.circle(100,180)
p.right(90)
p.circle(100,180)
p.forward(200)
p.end_fill()
p.write("小兔子\n永远是\n小熊的首选⭐",font=("Times",30,"normal"))
turtle.done() 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